www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > JavaScript

    JavaScript JavaScript (not Java) Discussion and technical support, including AJAX and frameworks (JQuery, MooTools, Prototype...)

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 07-06-2007, 06:05 PM
    gheffern gheffern is offline
    Registered User
     
    Join Date: Jul 2007
    Posts: 1
    Can't set focus!

    I'm running a very simple function:

    function SetFocusForBarCode() {
    document.getElementById('selDrug').focus();
    }

    Focus does not get set to the control. I've tried using:

    setTimeout("SetFocusForBarCode",2000);

    to call it, but no change.

    Strangely - this works:

    function SetFocusForBarCode() {
    document.getElementById('selDrug').focus();
    alert('Click the button!');
    }

    Any ideas?
    Reply With Quote
      #2  
    Old 07-07-2007, 05:06 AM
    aaron.martinas's Avatar
    aaron.martinas aaron.martinas is offline
    Feelin' like 100 bucks
     
    Join Date: May 2005
    Location: Honolulu, Hawaii
    Posts: 1,317
    i dont know what the deal is... something shady happens in the browser with the focus with the way you call it. i dont even care to figure out why.

    ..so i stole a page out of google's home page's HTML. set the focus when the body loads:

    <body onload="SetFocusForBarCode()">

    it works for google, and it'll work for you.
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 03:52 PM.



    Acceptable Use Policy


    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.