PDA

Click to See Complete Forum and Search --> : Re-Direction(Urgent PLease)


Srinimusuku
Feb 27th, 2001, 02:37 AM
Hi,
*********************************************
I have a html page called "test.html", with client side javascripting in it.
I also have an ASP page called "process.asp".
Iam submitting the "test.html" page to "process.asp" page.
The "process.asp" is doing some process and returning a value using the vbscript statement:
"response.redirect("test.html?returnvalue="true"),
back to the calling html page(test.html).
Now,I would like to know how to grab the value from the "returnvalue" using the javascript in the "test.html" page.
If you can provide with the code that would be great.
*********************************************

Please let me know as soon as possible.
Thanks,
Srini

sebs
Feb 27th, 2001, 10:23 AM
i think this will help you (http://developer.irt.org/script/992.htm)
if not just tell!!

Srinimusuku
Feb 27th, 2001, 11:26 AM
Thanks