RE: JS does not work in Netscape but does in IE

2000-09-29 Thread John Anderson
; instead and all should work. John -Original Message- From: Chapman, Katrina [mailto:[EMAIL PROTECTED]] Sent: Friday, September 29, 2000 1:44 PM To: CF-Talk Subject: RE: JS does not work in Netscape but does in IE function ValidateForm() { var valCurrentLoanInfo

RE: JS does not work in Netscape but does in IE

2000-09-29 Thread Chapman, Katrina
I'm sorry I didn't realise till I sent this that I read your message backwards. --K > -Original Message- > From: Chapman, Katrina [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 29, 2000 1:44 PM > To: CF-Talk > Subject: RE: JS does not work i

RE: JS does not work in Netscape but does in IE

2000-09-29 Thread Chapman, Katrina
function ValidateForm() { var valCurrentLoanInfo=document.Mailme.CurrentLoanInfo.value; var valNewMortinfo=document.Mailme.NewMortinfo.value; //validate required fields if ((valCurrentLoanInfo=="")&&(valNewMortinfo=="")) {