getURL – Trash the target!
How many times must I try my _self targeted Flash links in IE only to discover that they open in new browser windows rather than into _self.
The following:
getURL(“https://www.google.com”, “_self”);
…doesn’t work in IE.
For future referrence – trash the target!
The following:
getURL(“https://www.google.com”);
…works!!
Comments
how topical! this just helped me with a Flash element I’ve just done for a site for O2….. see you soon fella.
Paul