|
-
Mar 22nd, 2005, 08:48 AM
#1
Thread Starter
Member
-
Mar 22nd, 2005, 10:59 AM
#2
Frenzied Member
Re: How do i create textboxes just like those textboxes you see when you enter CDKEY
you need to do onKeyPress="myCodeProc()"
in there you can check your input force uppercase and then when they press key for final char in that box change focus. there may be an onTextChange but I like on keypress because if they punch in a bad char you can just return false and it doesn't go in the box
Magiaus
If I helped give me some points.
-
Mar 23rd, 2005, 03:13 AM
#3
Thread Starter
Member
Re: How do i create textboxes just like those textboxes you see when you enter CDKEY
 Originally Posted by Magiaus
you need to do onKeyPress="myCodeProc()"
in there you can check your input force uppercase and then when they press key for final char in that box change focus. there may be an onTextChange but I like on keypress because if they punch in a bad char you can just return false and it doesn't go in the box
wow. thanks man. that rings a bell! 
I'll give it a shot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|