|
Thank you for visiting this page.
Your feedback will help us serve you better. The asterisk
(*)
after the boxes indicates that answers to these queries
are compulsory.
This form is meant only for visitor
feedback about this website. Visitors are requested
not to post comments, etc not relevant to the subject
matter of the form.
<%
Dim error
error = Request.QueryString("error1")
if not error = "" then
Response.Write("Please enter the form details correctly")
'Dim array
'array=Split(error,",")
'Dim i
'For i = 0 to Ubound(array)
'Response.Write i & " = " & array(i) & " "
'if not array(i)="" then
'Response.Write i & " = " & array(i) & " "
'End if
'Next
End if
'Response.Write(" dd id " & CStr(Session("tcomp")))
Dim error1
error1 = Request.QueryString("error")
if not error1 = "" then
Response.Write("Please enter the text exactly as it is shown below in the box ")
End if
%>
|