Skip to main content
Participant
March 21, 2007
Question

onRelease of button, is it possible to goto top of page after button is click?

  • March 21, 2007
  • 1 reply
  • 176 views
I would like to know a script or what ever i can use to make it that when someone click on my button, i want it to go to the top of the page, not reload the page, just goto the top... is this possible?
This topic has been closed for replies.

1 reply

March 22, 2007
so your flash movie contains a button and u want it to go to the top of an html page or top of the flash movie?


top of html <a name="top"></a>

then link to that from your button.

the button will have the script(basic)

on(release) {
getURL("testing.asp#top", "_self");
}