I have this button with this code:
on(release){
getURL("javascript:history.go(-1);","_self");
}
Thank you.
I want it to work as a back button. I don't find any error in the code and yet IT ONLY WORKS IF I CLICK THE BUTTON TWICE! More: I have other buttons in the page and if I click once in this back button and click in another button, when I do it it doesn't do what I want but goes back one page! What am I doing wrong?
on(release){
getURL("javascript:history.go(-1);","_self");
}
Thank you.
I want it to work as a back button. I don't find any error in the code and yet IT ONLY WORKS IF I CLICK THE BUTTON TWICE! More: I have other buttons in the page and if I click once in this back button and click in another button, when I do it it doesn't do what I want but goes back one page! What am I doing wrong?