Hi!
Want to save to my Database the previos(last) page the user acessed before turning into my page. How can I do this from a HTML page. Can history.previos be an idea?
Challenges:
The HTML is using a flash-file:
<object classid="clsid
27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="750" height="590" id="finnkrana_web" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="xy.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#d2e7f0" /><embed src="xy.swf" quality="high" bgcolor="#d2e7f0" width="750" height="590" name="xy" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
So I want to open the flash file after I have saved the history, therefore I can see a problem using javascript and forms..
Any ideas?
Thanks!
Age