Results 1 to 3 of 3

Thread: How do i create textboxes just like those textboxes you see ......[RESOLVED]

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2005
    Posts
    45

    Resolved How do i create textboxes just like those textboxes you see ......[RESOLVED]

    Hi guys, its me again

    My question is:

    I want to create textboxes. The format is as follow:
    txtbox - txtbox

    As you can see, there are 2 txtbox.
    *It accepts any character which is numeric or alphanumeric.
    *I require it to be uppercase as soon as something is typed in it.
    *The textbox need to auto jump to the next textbox when the first textbox reach its character limit.

    I believe some one might have already thought of this idea.
    Would you guys give me some tips?

    Thanks
    Last edited by aspfan; Mar 23rd, 2005 at 12:32 PM.

  2. #2
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    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.

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2005
    Posts
    45

    Smile Re: How do i create textboxes just like those textboxes you see when you enter CDKEY

    Quote 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
  •  



Click Here to Expand Forum to Full Width