Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q1394

Feedback on: irt.org FAQ Knowledge Base Q1394

Sent by Lawrence on September 06, 2001 at 20:17:49: - feedback #3138

Comments:
found your script very useful, when just wanted user to enter number in CC field. what's the key numbers to allow the delete key and the numbers for the keypad on the right side of the keyboard? thx!


Sent by zaak on Wednesday September 19, 2007 at 15:51:02 - feedback #5041

Worth:

Length:

Technical:
Not technical enough

Comments:
Try this.....

function validate()
{

if (document.getdate.date.value=='')
{
return false;
}
var pattern= new RegExp('/d+');

if ((pattern.test(document.getdate.date.value))==false) {
return false;
}
return true;
}







©2018 Martin Webb