• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

History log

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic