-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chris,

Chris Pratt wrote:
> Create a form with only hidden parameters (you could use the <s:form>
> and <s:hidden> tags instead):
> 
> <form name="myform" action="..." method="POST">
>   <input type="hidden" name="myname" value="myvalue"/>
> </form>
> 
> Then in your link use:
> 
> <a href="javascript:document.myform.submit()">Submit the form</a>

Oh, the humanity!

Seriously, I hate seeing this kind of code. First of all, it requires
javascript. Second, it merely converts a GET request into a POST
request. Who really cares whether the URL is long or not?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG4Zmw9CaO5/Lv0PARAr4EAKCFB9CJZccMxljz4IrhQ6nWCtPSVQCgtUC+
MHldLlFSB5zFJpvAFXu25eE=
=7p8q
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to