User Profile

Collapse

Profile Sidebar

Collapse
Drelus
Drelus
Last Activity: Nov 6 '08, 07:45 AM
Joined: Nov 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Drelus
    replied to execScript focus problem (IE specific)
    I pressed on with my coding and I've just noticed that focus is now working in IE.

    I've no idea what was wrong before.
    See more | Go to post

    Leave a comment:


  • Drelus
    started a topic execScript focus problem (IE specific)

    execScript focus problem (IE specific)

    I'm using an Ajax call to open a search box in the page and I want the focus to go to the box automatically.

    So, in the httpObject.resp onseText, I tried sending the following in addition to the search box markup:

    Code:
    <script type="text/javascript">
    document.getElementById('Message').focus();
    </script>
    and, after writing the response using innerHTML, the originating Ajax function...
    See more | Go to post
No activity results to display
Show More
Working...