View Full Version : How do I create a BACK or FORWARD button like in browsers ?
Schultz2001
10-10-2001, 05:43 PM
My question is simple and I thought it had a simple answer but I can't seem to find it. Ho can I create a button in a flash animation, witch (when fun on a web page) will act like the BACK or FORWARD button in Internet Explorer (or other browsers) ? If you know the answer to my dilema please answer to this message or send an e-mail to "Schwarz_Walter@yahoo.com". Thank you very much! :)
Schwarz_Walter@yahoo.com
mpol777
10-10-2001, 10:15 PM
back
---------------------------------------------
on (release) {
getURL("javascript:history.back();");
}
--------------------------------------------
forward
---------------------------------------------
on (release) {
getURL("javascript:histor.forward();");
}
-----------------------------------------------
Jesse
10-11-2001, 04:12 AM
I think there's a spelling mistake above:
on (release) {
getURL("javascript:history.forward();");
}
Schultz2001
10-11-2001, 06:41 PM
Geeeeeeee , it works, thank you very much:D It was so simple I never would have got it myself :o
mpol777
10-11-2001, 09:41 PM
mi dont spel so gud :D
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.