Hi,
I know this is a PHP forum however I'm having problems with my javascript. It works fine in NS but it doesnt work at all in IE. Here is what my call looks like:
<form name="addcustomer" method="post" action="" onSubmit="return validateAddCustomer(addcustomer.principleFirstName,addcustomer.principleLastName,addcustomer.principleEmail,addcustomer.secondaryFirstName,addcustomer.secondaryLastName,addcustomer.secondaryEmail,addcustomer.street,addcustomer.city,addcustomer.province,addcustomer.postal,addcustomer.homePhone,addcustomer.numOfChildren);">
now i know its a problem with the call cause it works fine in netscape...it could also be a problem in the way i call my javascript page, as follows:
<script src="java/main.js" type="text/javascript"></script>
any help would be much appreciated!