Results 1 to 8 of 8

Thread: Frame Focus

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    Forest
    Posts
    545

    Frame Focus

    My main page has two frame. How can I make it so everytime I click on frm_Right, it shifts the focus to a textbox in frm_Left?

    Code:
    <frameset cols="10%,*">
    	<frame src="Left.html" name="frm_Left" FRAMEBORDER="No">
    	<frame src="Right.html" name="frm_Right" FRAMEBORDER="No">
    </frameset>
    I tried this already.

    <BODY OnFocus="parent.frm_Left.txtBox.select();">

    Thanks
    Last edited by Hawk; Jul 3rd, 2002 at 02:46 PM.
    Bird of Prey

    Mr. Bald Eagle.
    [img][/img]

  2. #2
    scoutt
    Guest
    not sure if you can.

    but if you could it should be like so

    onFocus="parent.frm_Left.FORMNAME.INPUTNAME.focus();"

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    Forest
    Posts
    545
    Had a feeling you will reply. I tried that already but it did not work. It worked on a Button.
    Bird of Prey

    Mr. Bald Eagle.
    [img][/img]

  4. #4
    scoutt
    Guest
    did you try onClick instead?

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    Forest
    Posts
    545
    Thanks Scoutt.

    The code was fine. It was something else in my html file that messed the entire thing up. Do you know if it is possible to make a drop down drop the list and select a certain choice?
    Bird of Prey

    Mr. Bald Eagle.
    [img][/img]

  6. #6
    scoutt
    Guest
    well my guess would be that you can't because the browser doesn't have that much control with a select. if you are talking that javascript drops it down and then selects the correct one.

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    Forest
    Posts
    545

    Thumbs up

    No biggie if it does not work but you are the man Scoutt.

    Thanks for your suggestions.
    Bird of Prey

    Mr. Bald Eagle.
    [img][/img]

  8. #8
    scoutt
    Guest
    thanks and your welcome

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