Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F946590
fcknumericfield.htc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
439 B
Subscribers
None
fcknumericfield.htc
View Options
<public:component lightweight="true">
<script language="javascript">
function CheckIsDigit()
{
var iCode = event.keyCode ;
event.returnValue =
(
( iCode >= 48 && iCode <= 57 ) // Numbers
|| (iCode >= 37 && iCode <= 40) // Arrows
|| iCode == 8 // Backspace
|| iCode == 46 // Delete
) ;
return event.returnValue ;
}
this.onkeypress = CheckIsDigit ;
</script>
</public:component>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Apr 26, 07:55 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
22625
Default Alt Text
fcknumericfield.htc (439 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment