% page="" qs=Request.ServerVariables("query_string") if len(qs)>0 then page=right(qs, len(qs)-5) end if if page="" then page="http://www.tellisart.com" 'page=Request.form("page") if page="" then Response.Write "Error1" Response.End end if end if if Request.Form("fromEmail")="" then showForm else sendEmail end if sub showForm %>
|
|||||||||||||||||||||
|
|||||||||||||||||||||
| |