On Mon, Nov 27, 2000 at 04:43:50PM +0500, Aleksey Zvyagin wrote:
> >> IMHO it's not wise to put everything to the url. This could open some
> >> unwanted possibilities to badminded users. I always check forms data and
> >It can suggest ideas to them, but I can't see how it actually gives them
> >more power to break things? They can always make their own post requests
> >and submit those...
>
>
> May be we don't understand both?
> I need to pass hidden fields by GET request but through link! I want to pass
> it through <a href="/foo/some.epl?hidden_fields">Some text</a> but not
> through by clicked button in a <form method=GET action="/foo.epl/">[$ hidden
> $]</form>! How can i do it? I would like to do it like this: <a
> href="/foo/some.epl?[+hidden+]"> but how i am thinking this will not
> work....
When I want to do this I tend to use the URI module off cpan to build a
suitable URL object.
And the point we were discussing is that these fields won't be all that
hidden, given the user will be able to see them in the url in his browser.
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]