Brad Handy wrote:

> Thanks for the help.  I had thought about using the
> "page.jsp?subsection=a-c", but I'm trying to avoid using the get method.
> IMOHO the GET method is a bit too insecure.  I do have a different idea to
> use (that actually my boss will like better), but thanks for info.
>

You can still include query parameters, even on a POST.  The parameters from the
query string are merged with the parameters from the input form.

Craig McClanahan



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

Reply via email to