RE: how to call a javascript function when the page loads

2004-11-10 Thread Ron Day
Use the JavaScript "onLoad" event handler in the body tag. -Original Message- From: Srilatha Salla [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: how to call a javascript function when the page loads Hi, In my application I have menu.

Re: how to call a javascript function when the page loads

2004-11-10 Thread Erik Weber
http://www.devguru.com/Technologies/ecmascript/quickref/evhan_onload.html Hope that helps. Erik Srilatha Salla wrote: Hi, In my application I have menu.jsp which has a ligic tag, Select A Action

Re: how to call a javascript function when the page loads

2004-11-10 Thread Erik Weber
I'm not sure if I understand completely, but could how about a JavaScript body "onload" call? Erik Srilatha Salla wrote: Hi, In my application I have menu.jsp which has a ligic tag, Select A Action

RE: how to call a javascript function when the page loads

2004-11-10 Thread Jirole, Amar
I think javascript mailing list is a better place for this question. -Original Message- From: Srilatha Salla [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 3:37 PM To: [EMAIL PROTECTED] Subject: how to call a javascript function when the page loads Hi, In my application