drpcken
Posts: 60
|
| Posted: 01/14/2005, 8:19 AM |
|
I have a textbox that I need the value of it to auto format as soon as focus is removed from the textbox.
Here's how it needs to work. Phone number field, user put the phone number in like this 9018703339. When user tabs to next field, i want it to immediately autoformat like this: 901-870-3339
Can it be done?
Thanks!
|
 |
 |
peterr
Posts: 5971
|
| Posted: 01/14/2005, 10:02 AM |
|
It should be possible. You may want to find some JavaScript code for that and use it in OnMouseOut. http://www.google.com/search?hl=en&lr=&q=javascript+format+phone
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|