.....automoving options...
Response.Redirect()
Server.Transfer()
Also, you could just set Page1 to post to Page2 to post to Page3
--
Curt Christianson
site:
http://www.darkfalz.com
blog:
http://blog.darkfalz.com
"Me" wrote:
> I have an asp page accepting input from users Lets say this is form A, form A
> passes data to another form (say form B) to validate the data, if its valid
> then I want to open up another asp form (say form C) that does some queries
> based on data sent by form B.
>
> I need help in opening the form without user intervention meaning, users
> should not have to press any key.
>
> Thanks in advance for your help!
> -Me