Making a POST request requires JavaScript?

They mean that they're doing javascript trickery to make a hypertext link submit a form. Links normally send a GET request.

So no, POST requests don't *require* javascript... but the normal way in which they're issued from a browser is by submitting a form, not by clicking a link.

b

Michael Chow wrote: