%@ language="JavaScript" %> <% /************************************************************ * AUTHOR: Kevin K. Nelson * * DOMAIN: www.flashfiredesigns.com * * [DESCRIPTION] * * * * Copyright 2002, Kevin K. Nelson. All Rights Reserved. * * *** NOT TO BE USED WITHOUT EXPRESS PERMISSION *** * ************************************************************/ /******************************* USER SET VARIABLES *********************************/ /////////////////////////// YOU MAY MODIFY THIS SECTION ////////////////////////////// g_strPageURL = "email.asp"; g_strContactName = "Annie Nelson"; g_strContactEmail = "dearannie@sandf.org"; g_strPOPServer = "mail.sexualabuse.org"; ///////////////////////////// DO NOT MODIFY BELOW HERE /////////////////////////////// /******************************** GLOBAL VARIABLES **********************************/ l_strHTML = ""; g_strAction = "" + Request.QueryString("action"); /******************************** GENERIC FUNCTIONS *********************************/ function sendASPEmail( p_strPOPServer, p_strFrom, p_strFromName, p_strTo, p_strToName, p_strSubject, p_strBody ) { var oMail = Server.CreateObject("Persits.MailSender"); oMail.Host = p_strPOPServer; oMail.From = p_strFrom; oMail.FromName = p_strFromName; oMail.Subject = p_strSubject; oMail.Body = p_strBody; oMail.IsHTML = false; oMail.AddAddress(p_strTo, p_strToName); oMail.Send(); } function removeHTMLTags(p_string) { // do nothing } /******************************* FORM BUILD FUNCTIONS ********************************/ function buildEmailForm() { l_strHTML += ("
|
||||||
|
Through My Eyes Workbook<%= l_strHTML %> |
|||||