Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to send back the form to first page

0 views
Skip to first unread message

wendy

unread,
Sep 19, 2002, 12:49:38 AM9/19/02
to
Hi, friends

could you asp page guru help me out of these?

I have one asp page called page1.asp, there is a big form in these
page, coz some of field value depend on the value of other field, so i
used link to call a funcion of sever page called page2.asp, inside
this function of page2.asp, i redirect to page1.asp and the value i
need for dependent fields.

my question, how can i pass whole form value intead of pass one or two
string, because in that case, use will lose the field value after
redirect to page1.asp.

any instruction and suggestion will be welcome

thanks in advance

Wendy

Ken Schaefer

unread,
Sep 19, 2002, 3:03:14 AM9/19/02
to
Why don't you just post the form back to page1.asp?

Alternatively, you will need to pass the information back via the
querystring:

Response.Write("page1.asp?Name=" & strName & "&Phone=" & strPhone)

Cheers
Ken

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"wendy" <mxian...@yahoo.com> wrote in message
news:735c1b8f.0209...@posting.google.com...

0 new messages