passing form info in Response.Redirect 
Author Message
 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 );



Fri, 30 Jan 2004 18:52:05 GMT  
 passing form info in Response.Redirect
Whassup!!,

I ran across this information a while back at planet source code...  I can't
find it there right now, but there is also a similar version at
asp101.com(http://www.asp101.com/articles/contrib/formfunctions.asp).  I
liked planet source codes better, and always thought the post to asp101 was
plagiarism...

-Ben


Quote:
> 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 );



Fri, 30 Jan 2004 23:08:15 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Response Redirect doesn't Work - No me funciona Response Redirect

2. Response.redirect - passing value as well???? - Cross post

3. passing values to the following pages using Response.Redirect

4. Response.Redirect fails to pass data ? Help

5. how to pass a variable using RESPONSE.REDIRECT????

6. problem with response.redirect and forms

7. passing focus info form form to form

8. Passing Info From Form to Form

9. Passing form's info with a hyperlink

10. Response.Redirect

11. Who called Response.Redirect?

12. response.redirect to a specific frame

 

 
Powered by phpBB® Forum Software