G
gouqizi.lvcha
Is there any method to add a http header when we navigate to the URL.
Also, how to change the request method from "Get" to "Post"?
Also, how to change the request method from "Get" to "Post"?
Is there any method to add a http header when we navigate to the URL.
Also, how to change the request method from "Get" to "Post"?
(e-mail address removed) said the following on 6/19/2007 2:27 PM:
Not from the client.
Rik said the following on 6/19/2007 5:37 PM:
Which doesn't even come close to being useful to what the OP asked -
"when we _navigate_ to the URL".
(e-mail address removed) said the following on 6/19/2007 2:27 PM:
Not from the client.
Before or after the request is made? If before, you can simply change
the method attribute of the form:
formRef.method="get"
formRef.method="post"
--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ -http://jibbering.com/faq/index.html
Javascript Best Practices -http://www.JavascriptToolbox.com/bestpractices/
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.