<%@ Language=VBScript %> <% ' Project : PUNJAB MARKFED ' Company : Milagro-Interactive ' Coder : Deepak Sharma %> <% Response.Expires = -1 %> <% set con = Server.Createobject("ADODB.Connection") con.Open Application("ConnectionStr") dim a Set a = New RegEdit %> Register
 
<% if Session("UsrExists")<>"" then Response.Write("") Response.Write("") Response.Write("") Response.Write("
") Response.Write("UserName ") Response.Write(Session("UsrExists")) Response.Write(" already exists.") Response.Write("
") Session("UsrExists")="" end if %>
 LOGIN DETAILS
 
   User Name
   Password
   Confirm Password
   Forgot Question
   Forgot Answer
 
 PERSONAL DETAILS
 
   First Name
   Last Name
   Country
   Address
   City
   State
   Zip Code
   Email
   Phone e.g.(xx)-(xxx)-(xxxxxx)
   Fax e.g.(xx)-(xxx)-(xxxxxx)
   Mobile
   Organisation
   Industry
   How did you learn about PUNJAB MARKFED.

 
   
<% Set a = Nothing %>