Re: Access to http request parameters in javascript
Posted By:
Firat_Tiryaki
Posted On:
Wednesday, October 23, 2002 05:52 AM
use document.location.search . it holds the parameters of location after "?" sign.
Re: Access to http request parameters in javascript
Posted By:
Nitesh_Naveen
Posted On:
Tuesday, October 22, 2002 02:20 AM
You can access the http parameters passed over as a query string or submitted via get method through the url which cna be obtained from window.location. Then you need to split up the query string/url to get each parameter-value set. But if the submit is made by post method, i don't think you can retrieve them. And IE is yet to support for javascript 1.5 which is used in Netscape 7