Re: How to pass Strings to a JavaStript function..

2002-01-29 Thread Jeff_Mychasiw
Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject: Re: How to pass Strings to a JavaStript function.. Greetings: I have used this type of syntax: onclick='SelectDate("<%= oldDay

Re: How to pass Strings to a JavaStript function..

2002-01-29 Thread Jeff_Mychasiw
Greetings: I have used this type of syntax: onclick='SelectDate("<%= oldDay %>","<%= oldMonth %>","<%= oldYear %>")'/> Note the single quotes on the outside. Marcelo Caldas <[EMAIL PROTECTED]> on 01/29/2002 11:22:34 AM Please respond to "Struts Users Mailing List" <[EMAI

RE: How to pass Strings to a JavaStript function..

2002-01-29 Thread Nathan Anderson
Have you tried to escape the quotes with a \ character? Like this: Nathan Anderson -Original Message- From: Marcelo Caldas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:23 AM To: Struts Mailing List Subject: How to pass Strings to a JavaStript function.. Hi guys, Does