<% ' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit. On Error Resume Next Session("FP_OldCodePage") = Session.CodePage Session("FP_OldLCID") = Session.LCID Session.CodePage = 1252 Err.Clear strErrorUrl = "" If Request.ServerVariables("REQUEST_METHOD") = "POST" Then If Request.Form("VTI-GROUP") = "0" Then Err.Clear Set fp_conn = Server.CreateObject("ADODB.Connection") FP_DumpError strErrorUrl, "Cannot create connection" Set fp_rs = Server.CreateObject("ADODB.Recordset") FP_DumpError strErrorUrl, "Cannot create record set" fp_conn.Open Application("Database1_ConnectionString") FP_DumpError strErrorUrl, "Cannot open database" fp_rs.Open "Table1", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable FP_DumpError strErrorUrl, "Cannot open record set" fp_rs.AddNew FP_DumpError strErrorUrl, "Cannot add new record set to the database" Dim arFormFields0(14) Dim arFormDBFields0(14) Dim arFormValues0(14) arFormFields0(0) = "Address_1" arFormDBFields0(0) = "Address_1" arFormValues0(0) = Request("Address_1") arFormFields0(1) = "Zip_Code" arFormDBFields0(1) = "Zip_Code" arFormValues0(1) = Request("Zip_Code") arFormFields0(2) = "Address_2" arFormDBFields0(2) = "Address_2" arFormValues0(2) = Request("Address_2") arFormFields0(3) = "Password" arFormDBFields0(3) = "Password" arFormValues0(3) = Request("Password") arFormFields0(4) = "Phone_1" arFormDBFields0(4) = "Phone_1" arFormValues0(4) = Request("Phone_1") arFormFields0(5) = "Phone_2" arFormDBFields0(5) = "Phone_2" arFormValues0(5) = Request("Phone_2") arFormFields0(6) = "Email" arFormDBFields0(6) = "Email" arFormValues0(6) = Request("Email") arFormFields0(7) = "City" arFormDBFields0(7) = "City" arFormValues0(7) = Request("City") arFormFields0(8) = "Phone_3" arFormDBFields0(8) = "Phone_3" arFormValues0(8) = Request("Phone_3") arFormFields0(9) = "Class_Of" arFormDBFields0(9) = "Class_Of" arFormValues0(9) = Request("Class_Of") arFormFields0(10) = "Web_site" arFormDBFields0(10) = "Web_site" arFormValues0(10) = Request("Web_site") arFormFields0(11) = "Phone_4" arFormDBFields0(11) = "Phone_4" arFormValues0(11) = Request("Phone_4") arFormFields0(12) = "Name" arFormDBFields0(12) = "Name" arFormValues0(12) = Request("Name") arFormFields0(13) = "State" arFormDBFields0(13) = "State" arFormValues0(13) = Request("State") FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0 If Request.ServerVariables("REMOTE_HOST") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name" End If If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type" End If FP_SaveFieldToDB fp_rs, Now, "Timestamp" If Request.ServerVariables("REMOTE_USER") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_USER"), "User_name" End If fp_rs.Update FP_DumpError strErrorUrl, "Cannot update the database" fp_rs.Close fp_conn.Close FP_FormConfirmation "text/html; charset=windows-1252",_ "Form Confirmation",_ "Thank you for submitting the following information:",_ "newreg.asp",_ "Return to the form." End If End If Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") %> New Registry

New Registry
Home About Me Class Mates New Registry Msg Board The Wall Resources Search Free Money

 

By filling out this registry you will make it easier for others to locate or communicate with you. Not all fields are required.

NAME
[ Not your Married Name ]

CLASS OF
[ Example:1980 ]

E-MAIL

YOUR HOME PAGE

STREET LINE 1

STREET LINE 2

CITY

STATE or COUNTRY

ZIP CODE

HOME PHONE [ Include area code ]

WORK PHONE [ Include area code ]

MOBILE PHONE [ Include area code ]

PAGER [ Include area code ]

Optional Message You'd Like Others To See

PASSWORD FOR UPDATING
Password must be 8 to 16 characters using letters and/or numbers. Do not use your name or spaces in password.
[ Please write this down I can't remember it for you ]


DO NOT HIT POST MORE THAN ONCE
Depending on traffic it may take up to 30 seconds to post, longer if you have a slow connection