How to stop the iframes from blinking?
问题 I have a html page in which i have a div . Inside the div there is an iframe , <div id="div1"> <iframe id="biframe" src="" allowtransparency="true" application="yes" > </iframe> </div> In javascript function I'm changing the src of the iframe dynamically. window.frames['biframe'].document.location.href="105.htm"; $('div1').style.display="block"; The above 2 lines will be called in a button click, the div will be displayed and the iframe will be loaded. Problem : When the button is clicked the