A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: tabing fields?

  1. #1
    Junior Member
    Join Date
    Mar 2003
    Posts
    29

    tabing fields?

    i am making a site and i put a form mail in it and when you tab to go to the next field it goes to a button the 2 ball how do you stop that? or make the buttons un-tab-able? here is the link
    http://www.gatzkecues.com
    it is under contact which is the upper right hand pocket.


    Thanks
    JOptionPane
    JoptionPane = JOptionPane

    not sure why it did that when i registered?

  2. #2
    Member
    Join Date
    Jun 2001
    Posts
    37
    put this on the main time line of your movie and users wont be able to tab at all

    this.onEnterFrame=function(){
    if(Key.isDown(Key.TAB)) {
    return;
    }
    }

  3. #3
    Junior Member
    Join Date
    Mar 2003
    Posts
    29
    Anyone else got any other ways of doing this?

    Thanks
    JOptionPane
    JoptionPane = JOptionPane

    not sure why it did that when i registered?

  4. #4
    Junior Member
    Join Date
    Apr 2003
    Location
    in front of a computer
    Posts
    25
    i tried puttin that on one of my first frame in the actions panel and they can still tab.
    Everything and Anything but Noodles! email BrandonNoodles and see what they can do for you.
    BrandonsNoodles@yahoo.com
    http://www.brandonsnoodles.com

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

HTML5 Development Center