Type: Posts; User: Ghuzarish
Resolved
there are certain letters that are not in but as far as i am concerned it is a "a#a#a#" or "a#a #a#" format
thanks i figured it out already though :P
I am using <script> function Validate() { var regEx = /[a-zA-Z][0-9][a-zA-Z](-| |)[0-9][a-zA-Z][0-9]/; if(regEx.test()) { alert('Valid Postal Code'); }
i get a syntax error message (line 43 character 82) for this line if (document.contest.month.selectedIndex=5 && document.contest.day.selectedIndex=31) { what am i doing wrong here (it is an...