Hi All

I have a client who has presented me with a near finished website that uses
frames. She would like me to build a simple PHP cart into it. I've built simple
carts before without drama, but this one has me baffled. I have avoided using
frames in almost everything I've done to date and don't understand them that
well. I can't figure out how I'm going to maintain a session across the three
seperate HTML files in the frameset. 

Is there a way of doing this, or do I need to pull it all apart and have all
the parts just included into one PHP-generated HTML file?

I have tried starting a session in the main frameset file, then adding <?=SID?>
to the URLs of the frame files, which sort of works but breaks where JavaScript
is used for buttons in one of the frames. JavaScript doesn't seem to cope with
the PHP tags.

Thanks
Michael



-- 
######################################
Michael Hall
Web: http://openlearningcommunity.org
Mail1: [EMAIL PROTECTED]
Mail2: [EMAIL PROTECTED]
Ph/Fax: (+61 8) 8953 1442
######################################

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to