Please Help me!
Page1.asp:
I Have an asp page with a form, within this form i have a text box called text1.
Page2.asp
I have another asp page with a form, within this form i have a text box called text2.
Is it possiable?
I would like to take the Value of text1 in page1.asp and place it in text2 in page2.asp
BUT i cannot use the Post method on the form as this is used to post information else where.
Thanks,
Manraj
Page1.asp:
I Have an asp page with a form, within this form i have a text box called text1.
Page2.asp
I have another asp page with a form, within this form i have a text box called text2.
Is it possiable?
I would like to take the Value of text1 in page1.asp and place it in text2 in page2.asp
BUT i cannot use the Post method on the form as this is used to post information else where.
Thanks,
Manraj