-
Can someone tell me what this does.
<FORM METHOD=POST ACTION='login.asp?NewURL=<%=Request.QueryString("NewURL")%>&forumid=<%=Request.QueryString("forumid" )%>'>
I would like to pass over a variable relating to a table name to a search facility.
Many Thanks
-
Hi gsc1ugs
wrong forum but never mind. what that will do is post any field that is within the form tags to login.asp with a query string that takes it values from the querystring that was passed to the current page that that code is in.
Where you say
"I would like to pass over a variable relating to a table name to a search facility" , fo you mean you want the user to enter a table and you use that table to search ?
Ian