Page Number: Page 1 of 1
Actual Results
- helder.meneses
- Forum: Programming / Scripting / Coding Forum
- Topic: Make a text box input mask?
- Subject: Make a text box input mask?
- Replies: 14
- Views: 77481
- Subject: Make a text box input mask?
Posted: January 30th, 2004, 10:53 am
hi there... i loved the dfilter script, but i had a small problem about the keypad numbers. i have resolved that width this: replace this in the dfilter function : [code] else if ( ((key>47&&key<58)||(key>95&&key<106)) && dFilterNum....
