PDA

Click to See Complete Forum and Search --> : what it does


gsc1ugs
Oct 19th, 2000, 09:31 AM
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

Ianpbaker
Oct 19th, 2000, 10:04 AM
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