RE: JavaScript Parameter

2004-02-26 Thread Andrew Hill
!) -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 February 2004 18:58 To: Struts Users Mailing List Subject: Re: JavaScript Parameter First when debuging javascript alert boxes are handy. alert(this.form,'<%= val %>') or alert(this.form,'

[ot]Re: JavaScript Parameter

2004-02-26 Thread Mark Lowe
n say! (alerts() are still very useful though. Espcially for bugs that only come up in IE!) -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 February 2004 18:58 To: Struts Users Mailing List Subject: Re: JavaScript Parameter First when debuging javascript a

Re: [ot]Re: JavaScript Parameter

2004-02-26 Thread Jim Theodoridis
Another solution is to to see the source of the page ie->View->source - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 3:22 PM Subject: [ot]Re: JavaScri

Re: [ot]Re: JavaScript Parameter

2004-02-26 Thread Mark Lowe
Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 3:22 PM Subject: [ot]Re: JavaScript Parameter IE on PC (when i have to test) seems to also like complaining about javascript where it says it doesn't find object but then the script proceed to work anyway. And I thought

RE: JavaScript Parameter

2004-02-26 Thread Randy Dillon
Have you tried: :-> -Original Message- :-> From: Anirudh Jayanth [mailto:[EMAIL PROTECTED] :-> Sent: Wednesday, February 25, 2004 10:32 PM :-> To: 'Struts Users Mailing List' :-> Subject: JavaScript Parameter :-> :-> :-> Hi, :-> I have a scriptle

RE: JavaScript Parameter

2004-02-26 Thread Anirudh Jayanth
Thursday, February 26, 2004 8:27 PM To: Struts Users Mailing List Subject: RE: JavaScript Parameter Have you tried: :-> -Original Message- :-> From: Anirudh Jayanth [mailto:[EMAIL PROTECTED] :-> Sent: Wednesday, February 25, 2004 10:32 PM :-> To: 'Struts Users Mailing

Re: JavaScript Parameter

2004-02-26 Thread Mark Lowe
pt I prefer to stick to " as more readable). and so on. You should get to the bottom of your problem soon enough. On 26 Feb 2004, at 05:32, Anirudh Jayanth wrote: Hi, I have a scriptlet <% String val=obj.getValue("Key"); %> I need to use this value to be passed as a javascr

JavaScript Parameter

2004-02-25 Thread Anirudh Jayanth
Hi, I have a scriptlet <% String val=obj.getValue("Key"); %> I need to use this value to be passed as a javascript parameter inorder to set a property value. ")" /> The parameter value is not being passed to jsFunction This works when I use a hardcoded value