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 Original ----- De: hua ge <[EMAIL PROTECTED]> Fecha: Martes, Noviembre 7, 2000 9:02 pm Asunto: how to call javascript function and pass class object to it in JSP? > 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 the Properties object > to the > javascript function, and retrive the Properties object attribute > value in > that function? > > > > thanks > > helen > ________________________________________________________________________ _ > Get Your Private, Free E-mail from MSN Hotmail at > http://www.hotmail.com. > Share information about yourself, create your own public profile at > http://profiles.msn.com. > > ======================================================================== === > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > JSP-INTEREST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets > ________________________________________________________________ Consigue tu cuenta gratuita de acceso a internet y de correo en http://www.navegalia.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
