how to call javascript function and pass class object to it in JSP?

2000-11-07 Thread hua ge
hello, I have a jsp page, there is a link there, I want the link to call a javascript function and pass a java Properties object to that function. is that possible to do that? there is no problem for me to pass string, int data type to JavaScript function, I wondered is it possible to pass

Re: how to call javascript function and pass class object to it in JSP?

2000-11-07 Thread Clemente Dani
What?, JavaScript is executed (at least the one that reaches the browser) in client machine, so if you want to pass any "parameter", you must send strings to the stream so it can arrive the client. If this doesn't help you, maybe I don't understand what yoy are asking for. Bye - Mensaje