Results 1 to 1 of 1
Hybrid View
-
March 3rd, 2010, 02:13 PM #12Registered User
postsEmail link on dynamic button forcing window in IE
I am using ActionScript to create a dynamic button that I want to open the viewer's email client. Code looking something like this:
function emailName(e:MouseEvent):void {
var exportURL:URLRequest = new URLRequest("mailto:name@website.com?subject=Websit e Information Request");
navigateToURL(exportURL);
}
Works fine in Firefox, but in IE it is forcing an additional browser window to pop open along WITH the email client. Very confusing. Is there another way to do this? I'm thinking the navigateToURL thing might not be correct.
Thanks in advance for any help.

Reply With Quote


Bookmarks