%@ Language=VBScript %> <%Response.Expires = -10000%> <% u_name="" u_title= "" u_company= "" u_address="" u_city="" u_state="" u_zip="" u_phone="" u_fax="" u_email="" u_howheard="" u_comments="" %>
![]() |
|||||
41
West 28th Street New York, NY 10001 Tel. 212.686.0368   Fax 212.532.6021 *indicates required field |
|||||
|
<%
'checks for Input Error and displays, if any.
'And then retain the values entered in the form
If Session("ErrMsg")<>"" Then
ShowError
u_name = Request.QueryString("u_name")
u_address = Request.QueryString("u_address")
u_title = Request.QueryString("u_title")
u_company = Request.QueryString("u_company")
u_city = Request.QueryString("u_city")
u_state = Request.QueryString("u_state")
u_zip = Request.QueryString("u_zip")
u_dayphone = Request.QueryString("u_phone")
u_nightphone = Request.QueryString("u_fax")
u_email = Request.QueryString("u_email")
u_howheard = Request.QueryString("u_howheard")
u_comments = Request.QueryString("u_comments")
Session("ErrMsg")=""
End If
%>
-Home-
-Locate- More
information about this site:
|
|||||