Results 1 to 2 of 2

Thread: Keep focus on webform

  1. #1

    Thread Starter
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Keep focus on webform

    When I open one of my pages, I want the user to either select a value or close it. I do not want them to beable to place it in the background, and change focus to the parent form. Any suggestions?

  2. #2

    Thread Starter
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: Keep focus on webform

    Found it:
    In my child form,
    Code:
    <body onblur="window.focus()">

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