I've tried 2 different javascripts for dong numbers only. Both work fine in Firefox but both get 'object missing' errors in IE.
ie:
function numbersonly(myfield, e, dec)
onKeyPress="return numbersonly(this, event)"
I'm no pro at javascript I come from the world of 'parameters'
but dosen't the line represent what goes to 'this' and the keys
code goes with 'e'? dec is decimal but it seems like it should have a default of 'no' or 0 or whatever the d*** thing is looking for. The other routine gets me into the same error and it doesn't even ask about decimals. OH help and bother!
ie:
function numbersonly(myfield, e, dec)
onKeyPress="return numbersonly(this, event)"
I'm no pro at javascript I come from the world of 'parameters'
but dosen't the line represent what goes to 'this' and the keys
code goes with 'e'? dec is decimal but it seems like it should have a default of 'no' or 0 or whatever the d*** thing is looking for. The other routine gets me into the same error and it doesn't even ask about decimals. OH help and bother!
Comment