![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Javascript Keys routine doesn't work in FireFox
From: Astra <No@Spam.com>
Date: Tue Feb 07 2006 - 12:46:53 CET
Sorted it.
Found a great tutorial in Google - sorry for the hassle!!
Rgds Robbie
"Astra" <No@Spam.com> wrote in message
I have a JS routine to prohibit users from entering a range of chars in a
My code is as follows:
HTML:
<INPUT TYPE="TEXT" NAME="qty" SIZE=5 MAXLENGTH=12 CLASS='FormQtyBox'
JS:
function CheckQtyEntry(e) {
if (shiftcheck) {
This routine basically forces the user to only enter numbers from either the
Any ideas as to what the solution is?
Thanks
Robbie
|