Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #3K
~2K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for madoverclocker
Member Avatar for punithapary
Member Avatar for us12

hi all, i need a code for date comparision,my requirement is first we have to enter start date and when we enter end date it should check whether the date is greater than the start date or not if it is greater only it should alow otherwise it shoud alert........ …

Member Avatar for us12
0
138
Member Avatar for saikishore
Member Avatar for nil_gh_80

[CODE] hai u can use this validation code it will accept mail id in the form of [email protected]<body> <script type="text/javascript"> /*********************************************** * Email Validation script- © Dynamic Drive (www.dynamicdrive.com) * This notice must stay intact for legal use. * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var emailfilter=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i function checkmail(e){ …

Member Avatar for nil_gh_80
0
305
Member Avatar for mike_22cool
Member Avatar for praveen_dusari

hai praveen , here i am giving u code using javascript , u can usse it if u like........... <HTML> <HEAD> <SCRIPT LANGUAGE="javascript"> function CreateMsg() { var MsgDOM = document.getElementById("MSG"); MsgDOM.innerHTML = "Hello, " + document.forms[0].FNAME.value + " " + document.forms[0].LNAME.value + ". You're sex is " + document.forms[0].GENDER.value; } …

Member Avatar for us12
0
196

The End.