<% Option Explicit Dim username username = Request.Cookies("username") %> Signup Form

 

 

Welcome
Articles
Downloads
Favorites
Feedback
Friends
Interests
Multimedia
Photos

<%'See if they're actually already logged in if username <> "" then%>

You are already logged in.

If you want to sign up again, then sign out here first.

<%'Otherwise display the sign up form else%>
User Signup
First Name
Surname
Email
Date Of Birth
Sex male female

Username
Password
Confirm Password
(note: your password must be between 5 and 15 characters long)

Pick a picture for your ID:


























<%end if%>