<%@ Language="VBScript" %> <% Option Explicit %> <% '############################################################################################ '## ## '## ## '## VEETRON .COM ## '## ## '############################################################################################ %> <%Dim msg,uname,fname,lname msg = Request.QueryString("msg") uname = Request.QueryString("uname") fname = Request.QueryString("fname") lname = Request.QueryString("lname") %> <%IF Session("login") = "True" Then%>

Sorry You cannot signup because you already logged in as ("<%=Session("username")%>").
Click here to logout first and then try again to signup. <%ELSE%> <%IF msg = "success" Then%>

Thank you "<%=fname%> <%=lname%>" you have successfully registred with us.Your username is "<%=uname%>".

Click Here To Login
<%ELSE%>
User Registration Form (Fields With * Are Required)
ACCOUNT INFORMATIONS
User Name * "" Then%> value="<%=uname%>"<%END IF%>>
Password *
Re-Password *
Secret Question *
Secret Answer *
OTHER INFORMATIONS
Website URL
Address
MSN /.Net Passport
Mobile
Phone Number
PERSONAL INFORMATIONS
First Name *
Last Name *
Date Of Birth *
Gender *
E-Mail Address *
Picture URL
Occupation *
Hobbies & Intrests
City *
Province / State *
Country *
<%END IF%><%END IF%>