Search the web
Sign In
New User? Sign Up
validation · Techniques for HTML form validation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Form Does Not Submit On Mac   Message List  
Reply | Forward Message #293 of 427 |
Re: [validation] Form Does Not Submit On Mac

there is a bug in IE on the Mac. try replacing the browser checks at the
bottom of the file with this stuff:

// Limit use of script to valid environments
if(!!window.RegExp
&& !!"".replace
&& "ab".replace(/a/,"")=="b"
&& !!document.forms
&& !( (navigator.appVersion.indexOf("Mac")!=-1) &&
(navigator.appVersion.indexOf("MSIE")!=-1) )
)
Validation=new Validation;




----Original Message Follows----
From: "btado" <tad.osborn@...>
Reply-To: validation@yahoogroups.com
To: validation@yahoogroups.com
Subject: [validation] Form Does Not Submit On Mac
Date: Thu, 17 Jul 2003 14:35:31 -0000

Has anyone had problems with forms not submitting when the submit
button is pressed on a Macintosch. I seem to be having the issue
when select boxes are being validated.

Any suggestions would be greatly appreciated!

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus




Thu Jul 17, 2003 3:41 pm

somematt
Offline Offline
Send Email Send Email

Forward
Message #293 of 427 |
Expand Messages Author Sort by Date

Has anyone had problems with forms not submitting when the submit button is pressed on a Macintosch. I seem to be having the issue when select boxes are being...
btado
Offline Send Email
Jul 17, 2003
2:36 pm

there is a bug in IE on the Mac. try replacing the browser checks at the bottom of the file with this stuff: // Limit use of script to valid environments ...
Matthew Frank
somematt
Offline Send Email
Jul 17, 2003
3:41 pm

Thanks for the reply! This allows the button to submit...however validation is skipped on Macintosh after the below code is added the the validation.js file. ...
btado
Offline Send Email
Jul 18, 2003
3:15 pm

you're not missing anything. i suppose i should have been specific in stating that the script doesn't work in IE Mac. you should be able to rely on your...
Matthew Frank
somematt
Offline Send Email
Jul 18, 2003
5:11 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help