I am using a Flash Banner to redirect pages on a web site, using the code below:-
on (release) {
getURL("terms.htm", "_Parent");
}
It works fine on some browsers, but not on others. Instead of opening on the same page, it creates a new page as though the target was _Blank. I have also tried _Self.
What is the answer?
Thanks for any help.
on (release) {
getURL("terms.htm", "_Parent");
}
It works fine on some browsers, but not on others. Instead of opening on the same page, it creates a new page as though the target was _Blank. I have also tried _Self.
What is the answer?
Thanks for any help.