Re: POST Method



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.
.