
passing form info in Response.Redirect
Is there any way in server-side
VBScript to pass along all
of the form info in a Response.Redirect call? I want to
process their request server-side and then decide where to
send their information, and/or provide database-driven
server-side validation pages, and I need to pass the same
form info to half a dozen pages. Is there a way to do
this without hacking it by making a hidden form and
filling it and posting it in the Onload event?
~BenDilts( void );