charliesun Posted February 16, 2006 Posted February 16, 2006 Hi, I start my Eshop in a frame like this from my index.htm: <div id="eshopDef" > <iframe src="eShop/index.php?language=de¤cy=EUR" name="........ it's works fine, a new session is started, OK. Later, I will go from my own HTML-Site directly to an Product in my Eshop: <a href="java script:show_eshop('../../eShop/index.php?cPath=1_25') Yes, it works, but a new session is generated with a new osCsid. I now, I must give a Parameter to .../index.php&cPath=1_25&osCsid=... or say ... please no start a new session. Can I do this? In wich way can I get the osCsid from osCommerce app to my own javascript? Thanks for answers..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.