![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveJavascript Keys routine doesn't work in FireFox
From: Astra <No@Spam.com>
Date: Tue Feb 07 2006 - 11:51:13 CET
Hi All
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
|