RE: javascript help

2002-10-10 Thread James Mitchell
Are you trying to call selectAllChk when the page loads? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 11:43 AM To: Struts Users Mailing List Subject:

Re: javascript help

2002-10-10 Thread kiuma
nope sigh!! The problem is that the script works under mozilla!! Please help!! James Mitchell wrote: Are you trying to call selectAllChk when the page loads? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: kiuma [mailto:[EMAIL

RE: javascript help

2002-10-10 Thread Bartley, Chris P [PCS]
Perhaps it's because your script tag isn't closed? Maybe try: SCRIPT language='JavaScript' src='../scripts/formscripts.txt'/script or SCRIPT language='JavaScript' src='../scripts/formscripts.txt'/ -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: javascript help

2002-10-10 Thread Bartley, Chris P [PCS]
Users Mailing List' Subject: RE: javascript help Perhaps it's because your script tag isn't closed? Maybe try: SCRIPT language='JavaScript' src='../scripts/formscripts.txt'/script or SCRIPT language='JavaScript' src='../scripts/formscripts.txt'/ -Original Message

RE: javascript help

2002-10-10 Thread Miller, Jason
you have to add a /script immediately after the opening tag. also, some browsers will only run a script if the mime type is one they recognize. try renaming your script file to formscripts.js. as to the script itself, i don't see anything wrong with it, but I haven't yet manipulated form