JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingJavaScript Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old October 31st, 2007, 05:27 PM
Angkar Angkar is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2007
Posts: 1 Angkar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 59 sec
Reputation Power: 0
Other - Validating date entry onkeypress

Hi,

I want to validate a date entry onkeypress in 3 autotab-ed text boxes with the format mm/dd/yyyy.

I've written this:

Code:
<script>
function autotab(current,to){
    if (current.getAttribute && 
      current.value.length==current.getAttribute("maxlength")) {
        to.focus() 
        }
}
</script>

<b>Enter date(mm/dd/ccyy ex (10/28/1955):</b>
<form name="date">
	<input type="text" name="mm" 
	    size=3 onkeypress="return onKeyPressBlockInvalid(event);" onKeyup="autotab(this, document.date.dd)" maxlength=2>/ 
	<input type="text" name="dd" 
	    size=3 onKeyup="autotab(this, document.date.yyyy)" maxlength=2>/
	<input type="text" name="yyyy" size=5 maxlength=4>


Can you please let me know how can I do this? Regex?
I can see that the 1st position of the 1st text box can be (0,1,2-9) and the 2nd position (1-9,0-2,X), 1st position of the 2nd text box can be (0,1,2,3,4-9) and the 2nd position (1-9,0-9,0-9,0-1,X) respectively and the 4 digits in the 3rd text box can be anything.

Appreciate your help.
Angkar

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingJavaScript Development > Other - Validating date entry onkeypress


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT