Hi,
While trying to send email in outlook 2010, it open the outlook page and sending the mail as well to recipient, but also open ie page with error with meassage "Navigation to the webpage was canceled". It also shows mailto: code in address bar. It was not happening with IE8. I am using the following code in vb.net in asp.net
Any help will be appreciated.
Thanks
- Dim s = "window.open('mailto:abc<[email protected]>?subject=xxx&body=yyy" & eventname & " on " & eventdate & ".');"
- 2 ScriptManager.RegisterStartupScript(Me, Me.GetType(), "mailto", s, True)
- 5 views