This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
this code have a serious problem.. its designed to validate dates.. but even when a validate date is entered .. the helptext is not cleared..
the second problem is .. the chrome's interpreter is saying that my regular expression for validating email is out of range.. i checked the regular expression from a diffent file which is working .. both expressions are same.. but it alarming only on my html file..
As you saw in a previous post, using code tags and proper indentation can usually reveal issues a lot faster than unformatted code. Please be sure to UseCodeTags when posting code.
deepak bhai wrote:this code have a serious problem.. its designed to validate dates.. but even when a validate date is entered .. the helptext is not cleared..
That's true; your other validations have code which says "helpText.innerHTML = something" and your date validation doesn't have that.
deepak bhai
Ranch Hand
Joined: Apr 22, 2011
Posts: 32
posted
0
my date validation code is not validating the date itself, its just sending it to validateRegEx function with the helpmessage. where if the date is invalid then the helptext.innerHTML value will be set as helpmessage. other wise it will cleared. my other codes are setting helptext.innerHTML in them because they are not sending there control to validateRegEx function except the email validation..
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.