Hi,
This might not be the right discussion forum (it was either this or DHTML),
but I need to pass a String array from Java (JSP) to JavaScript...
Any ideas?
Thanks in advance.
Printable View
Hi,
This might not be the right discussion forum (it was either this or DHTML),
but I need to pass a String array from Java (JSP) to JavaScript...
Any ideas?
Thanks in advance.
Have the JSP output Javascript assignment statements that assign the strings
to a Javascript array.
PC2
"Gugo" <gugo46@hotmail.com> wrote in message
news:3c03f21d@147.208.176.211...
>
> Hi,
>
> This might not be the right discussion forum (it was either this or
DHTML),
> but I need to pass a String array from Java (JSP) to JavaScript...
>
> Any ideas?
>
> Thanks in advance.