Pass more then one Parameter

Hello everybody,

I'm running into another Problem.

I have to generate an URL depending on data in Form-Fields. My Problem now is, that I can pass one Parameter with the URL but if put an '&' to the URL to add the second parameter I get an error.

Can anybody help me?

Volker

Hi, If it is happened in a

Hi,
If it is happened in a xel function js body, use the

<![CDATA[
...js code here...
]]>

If it is in a xel level, use
& a m p ;

(without inner spaces)

maybe it helps

Thanks a lot. That works.

Thanks a lot.

That works.