Jul 14, 2003 #1 TheConeHead Programmer Joined Aug 14, 2002 Messages 2,106 Location US How do I set focus to a input field? Just want this frame to load with the input field with focus. Thanks
How do I set focus to a input field? Just want this frame to load with the input field with focus. Thanks
Jul 14, 2003 1 #2 billwatson Instructor Joined Dec 18, 2002 Messages 2,312 Location CA frame action Selection.setFocus("text_field" _______________________________________ You know you're old if you can remember when bacon, eggs and sunshine were good for you Upvote 0 Downvote
frame action Selection.setFocus("text_field" _______________________________________ You know you're old if you can remember when bacon, eggs and sunshine were good for you
Jul 14, 2003 Thread starter #3 TheConeHead Programmer Joined Aug 14, 2002 Messages 2,106 Location US beauty- thanks Upvote 0 Downvote