[Bug 177] Textarea should POST, not GET

http://www.w3.org/Bugs/Public/show_bug.cgi?id=177





------- Additional Comments From jrdnmoore@hotmail.com  2005-08-16 22:19 -------
You could use JavaScript to insert a set of radio buttons that sets the method
of the form (POST or GET), and then use a <noscript> element to display a link
to the POST version for non-JS users.

If you don't like <noscript>s, you could simply use the DOM to remove the
paragraph with the link to the POST version.

Received on Tuesday, 16 August 2005 22:19:12 UTC