Please help what is search coding if more files involve.
I want that when I entery the contractno it redirect to contract no file
If I entery recordno it redirect to recordno file
if I entery categroy it redirect to category file with category's value.
what will be response.redirect coding.
Please help
<%
contractno=Request.QueryString("contractno")
contractno=Request.QueryString("contractno")
recordno=Request.QueryString("recordno")
recordno=Request.Form("contractno")
category=Request.Form("category")
category=Request.QueryString("category")
if contractno=contractno then
Response.Redirect("contno.asp?contractno")
else
Response.Redirect("searchpage.asp")
if recordno=recordno then
Response.Redirect("recordno.asp?recordno")
else
Response.Redirect("searchpage.asp")
if category=category then
Response.Redirect("category.asp?category")
else
Response.Redirect("searchpage.asp")
end if
end if
end if
%>
best regards.
Mateen Martin
[email protected]