extra browser window on email link
Good morning,
Would anyone be kind enough to look at the following as3 code and tell me why I am getting an extra blank browser window named "untitled" behind
the main one, which pops up fine. I did test it on my remote server and it still had the same problem as from within flash itself ?
Thank you, ![]()
fred@fredhughesdesign.com
var emailLink:URLRequest = new URLRequest("mailto:law@optonline.net");
email_btn.addEventListener(MouseEvent.CLICK, onClick);
function onClick(MouseEvent):void
{
navigateToURL(emailLink);
}