ASP Email Want to add a contact us screen to your site but hide your email address? Below is a sample and code to do just that. This code uses the CDONT ASP Activex object to send mail This is the code for the sender and form Place this form and this script on your page <% dim s_from, s_url, s_msg, rtn_msg, s_send_addr, rtn '-------------------------------------------------- 'Set to your return address s_send_addr= "myemail@my_url.com"…