>Are there security implications or other problems with using GET for
>submission?


GET is limited in length (depends on the web server) and the user will see
it in the address line.

You can also add hidden input fields to your form to add data to the POST,
instead of using GET and appending it to the URL

Gerald



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

Reply via email to