Hi!!
My website has a main webpage. In the main webpage I put a button with a link to another webpage called “my_resume”. My problem is:
When you click more than once on that button more than 1 webpages will open. For example if you press 5 times, you will get 5 webpages with the same link.
The script I’ve used is very simple:
on (press) {
getURL(“my_resume.swf”, “_my_resume”);
}
This will work when played from a .swf file but it won’t work when played from a html file.
How do I do to avoid the multiple webpages opening at the same time with the same link when pressed more than once?
Thank you very much in advance!
Lasbi