Re: POST Method
- From: Michael Winter <m.winter@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 12:05:07 GMT
On 29/04/2005 12:52, cowofchaos@xxxxxxxxx wrote:
This has worked in the past for me:
Perhaps for a loose definition of "work".
[snip]
<a href="#" onClick="myForm.submit(); return false;">Click Here</a>
If you must refer to a form, do it properly:
document.forms.myForm.submit();
However, the more important concern is of no client-side scripting support. Navigation should never depend upon a script.
[snip]
The OP should consider if a POST request is really appropriate for the task at hand. In other words, what's wrong with GET?
Mike
-- Michael Winter Replace ".invalid" with ".uk" to reply by e-mail. .
- Follow-Ups:
- Re: POST Method
- From: J Wynia
- Re: POST Method
- References:
- POST Method
- From: FF
- Re: POST Method
- From: Alvaro G Vicario
- Re: POST Method
- From: cowofchaos@xxxxxxxxx
- POST Method
- Prev by Date: Re: Include php from html
- Next by Date: Re: Help needed
- Previous by thread: Re: POST Method
- Next by thread: Re: POST Method
- Index(es):