- Feb 22, 2005
- 7,280
- 0
- 0
I have a script which receives a posted query string from another page, in that string is a field called pageContents, and the value is always url encoded HTML. It's basically a way of sending my script a redirect that I url decode and display to the browser (response.redirect) and push the browser to another page. It's a basic form with hidden fields and some javascript to submit it.
What I need to do is capture the value of one of those hidden fields. So, it's a hidden form field, url encoded, and stored within a query string I've received. I can parse out and url decode the string, but I'm not sure how to find the form field name, and then pull just the value from it.
Any ideas?
What I need to do is capture the value of one of those hidden fields. So, it's a hidden form field, url encoded, and stored within a query string I've received. I can parse out and url decode the string, but I'm not sure how to find the form field name, and then pull just the value from it.
Any ideas?