Azhar Posted July 5, 2003 Posted July 5, 2003 I would like to find out something. On my website I have a front page which directs users to the OsCommerce catalog. I want to pass some varibles from the front page and store them without using cookies. These varibles are screen width and height, aloowing my header to adjust for each viewer. What I would like to know is how can I store these? As adding them as a string in each URL would be a long process as I'll have to append lots of files. I am presuming OsCommerce uses sessions, how can I store them there? Or what would be the simplest way to create another session and multi-session? Any advice appreciated.
mattice Posted July 5, 2003 Posted July 5, 2003 I would not make it harder on myself than needed :) The easiest will be to use javascript to determine the screenres of the client in header.php (oscommerce) and use document.write() to spit out the header image of the correct size. Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.