I'd like to programmatically open an email window in ASP, without forcing the user to click on a HREF link. I do want to be able to redirect the user to another ASP, but have the email window stay open. A Response.Redirect "mailto:name@server.com" will work, but the current page actually gets redirected and goes blank. Thanks.