how to send the 'index' to javascript function

2004-05-27 Thread subramaniam . o
Hi,         This is my jsp.                                                 how to send the 'index' as input to 'doThis()' [_javascript_ Function] Thanks Subramaniam DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indi

how to send the 'index' to javascript function

2004-05-27 Thread subramaniam . o
Hi,         This is my jsp.                                                 how to send the 'index' as input to 'doThis()' [_javascript_ Function] Thanks Subramaniam DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indic

RE: how to send the 'index' to javascript function

2004-05-28 Thread subramaniam . o
Hi Janarthanan,         I tried that, Im getting '<%= index.intValue()%>' in doThis() and not the value. Regards Subramaniam "Janarthan Sathiamurthy" <[EMAIL PROTECTED]> 05/28/2004 02:12 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailin

RE : how to send the 'index' to javascript function

2004-05-28 Thread subramaniam . o
Hi,         Thanks David. It Works Subramaniam "David Gagnon" <[EMAIL PROTECTED]> 05/28/2004 06:08 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "'Struts Users Mailing List'" <[EMAIL PROTECTED]> cc Subject RE : how to send the 'index' to _javascript

regular expression

2004-07-15 Thread subramaniam . o
Hi, I want to validate an attribute, the rule is that the input should not start with 'Test', how to write the regular expression for this validation. Please help me guys. Thanks and regards Subramaniam Olaganthan Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.t

submit form question

2004-05-13 Thread subramaniam . o
Hi experts,         How to submit the form when the user closes the browser window, before closing the browser window i want to submit the form. Which _javascript_ event should i  use. i tried using onBeforeUnload(), the problem is that this event gets fired even when the user goes to another pag