Re: Iframe wierd one

  •  03-07-2014, 4:40 AM

    Re: Iframe wierd one

     Hi

     

    Thanks for the offer, fortunately I managed to force focus using some javascript and this seemed to fix the problem. I added the following to the page with the iframe in the document ready function, I am using jquery.

     

      $("#ifrPopup").load(function () { $("#ifrPopup").contents().find("input[type=text]").first().focus(); });

     

    This iframe is used for multiple forms and is placed into a jquery dialog to make it look as tho they are all in the same page, saved a lot of recoding.

     

    So all is OK!

     

    Thanks 

View Complete Thread