Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JAVASCRIPT AND FLASH

Status
Not open for further replies.

donfredo

Programmer
Joined
Apr 30, 2001
Messages
2
Location
FR
Hello,
I use this function in html to create a button that is doing the same thing
than the "BACK" button of the browser:
<a href=&quot;&quot; onclick=&quot;history.go(-1);return false &quot;><img src=img1.jpg&quot;></a>

I just can't seem to be able to do this with a button in a flash animation

What to use : FSCommand ? getURL ?
What would the function in the HTML page look like ?

Thanks a lot, Fred
 
Try doing this instead:
Code:
<a href=&quot;javascript:history.go(-1)&quot;>
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard. [dragon]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top