Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing on post variables

Status
Not open for further replies.

foxphpbomb

Programmer
Apr 10, 2007
29
US
I have a page that receives some post variables and is supposed to pass them on to another page. This is done through an autosubmit onload event.


My question is,is there a way to receive all the variables into an array an automatically fill a form with them, without having to intercept each individual value.
 
Have you considered using [tt]Server.Transfer[/tt] ?
 
I have a page that receives some post variables and is supposed to pass them on to another page. This is done through an autosubmit onload event.

It does seem weird that you have a page that does that, UNLESS there are instances in which you don't directly "bypass" that page.

[monkey][snake] <.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top