hello,
I have a plugin that works in everything but ie9 on win 7
when the dialog displays, the contents of the iframe do not display until i click insite the frame ARG!
i have an alert in the onload of the iframe page and the page does not load until i click inside the frame. Makes no sense at all
anyone else seen this problem?
I have a plugin that works in everything but ie9 on win 7
when the dialog displays, the contents of the iframe do not display until i click insite the frame ARG!
i have an alert in the onload of the iframe page and the page does not load until i click inside the frame. Makes no sense at all
anyone else seen this problem?
Re: anyone having problems with iframe dialogs in IE9
BTW IE SUCKS!!
type: 'iframe',
src: '/servlet/galleryServlet?method=getAlbumList',
width: '100%',
height: '100%',
onContentLoad: function(){
iframeObj = document.getElementById( this._.frameId );
iframeObj.focus();
},
how to set the focus of iframe in Jquery
Hi Dear,
I have the same problem like you. but i dont know how to set the focus in the jquery. Please help
Thank you.
Regards,
Chinna