Results 1 to 8 of 8

Thread: Frame Focus

Threaded View

  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]

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