Hi,

>> 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.

A talk about not this. I know that is hidden fields. I ask about a behaviour
the [$ hidden $]. I would like to want the [$ hidden $] for <A> tags. That
is the [$ hidden $] directive has two form:

1. The printing: <input type=hidden name=foo1 value=value1> and etc...
2. The printing: foo1=value1&foo2=value2.... etc

Do you understand me?

>
>Michael
>



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

Reply via email to