CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: naumlitvin

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    12,160

    Re: JavaScript focus() does not work on IE

    here is working solution (in the popup window):

    <body onload="setTimeout('self.focus()', 10)">

    thanks
  2. Replies
    2
    Views
    12,160

    JavaScript focus() does not work on IE

    I have an ASP.NET 2.0 page with a button that opens a popup with FileUpload dialog. The code below is doing that.

    In Chrome and FireFox popup opens and stays in focus, as intended. However, in...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured