Hi,
>
> May be my english is bad that i am not understood. But i don't need this
> that you have written.
>
> I ask about a behaviour the [$ hidden $]. I would like to want the [$
hidden
> $] for <A> tags. That
> is the [$ hidden $] directive has to have a two form:
>
> 1. The printing: <input type=hidden name=foo1 value=value1> and etc...
> 2. The printing: foo1=value1&foo2=value2.... etc
>
>

Yes, and

<a href="/foo/some.epl?[+ \%fdat +]">

does exactly the second thing. If %fdat contains

foo1 => value1
foo2 => value2

then with the above code Embperl will make it to

<a href="/foo/some.epl?foo1=value1&foo2=value2">

What else do you want?

Gerald



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

Reply via email to