Hello all!
>> > Hello anybody and Gerald!
>> >
>> > I need the [$ hidden $] directive but this have to put hidden fields to
URL
>> > For example:
>> >
>> > Embperl text:
>> > <a href="/foo/test.pl?[$hidden$]">
>> >
>> > But this directive will not work how i know...
>> > For this capability i should do like this:
>> > use URI;
>> >
>> > The forming a URI escaped list
>> > [- $escmode = 0 -]
>> > <a href="/foo/test.pl?[+ escaped uri parameters+]">
>> > [- $escmode = 1 -]
>> >
>> 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....
Aleksey
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]