Link to home
Start Free TrialLog in
Avatar of kimberlys777
kimberlys777Flag for United States of America

asked on

javascript validation not working in FIREFOX & IE8

My form is located here:  https://www.ccmckids.org/Forms/referral/final/final/refformfinal41309.html

The javascript validation works on when I test it from work (Firefox 3.0.10 and IE 8), but when I'm on my home computer with the same browser versions, there is no form validation.  
I ran the error console in Firefox and got the attached error (form_error.gif)
Thanks.
form-error.gif
ASKER CERTIFIED SOLUTION
Avatar of strickdd
strickdd
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kimberlys777

ASKER

thanks, strickdd.  I do have javascript turned on at home, but I'm not sure how to check Page.IsValid on my submission click.  The code from my submission button is pretty standard:  
<input type="submit" name="submit" id="submit" value="Submit Referral" tabindex="800" />
I just rebooted my computer, cleared my cache and the validation works now.  If you have any idea what the issue may have been, I'm hoping I can fix it before it becomes a problem for any of my users, who won't have time to reboot/clear cache when they need to use the form.