Could you someone tell me what is wrong with this code.?  It works fine in
IE, but not in Netscape.


What I have is two select boxes and want at least one to be something other
then null.

The form name is Mailme and the two select names are CurrentLoanInfo and
NewMortinfo

Thank you

David


function Validate() 
{ var bIsValid = true; 
if (bIsValid && (!ValidCurrentLoanInfo() && !ValidNewMortInfo()))
{ error(document.mailme.CurrentLoanInfo,"You must select a Current Loan
and/or a New Mortgage option.");
 bIsValid = false;
 }

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to