//*main*// <script type="text/javascript"> function init(){ document.domain = 'www.'; var iframeTag = document.getElementById('frameB'),iframeSrc = 'http://www./?newspapers-hylist'; iframeTag.src = iframeSrc; iframeTag.style.display = 'block'; }; function callback(h){ var iframeB = document.getElementById('frameB'); iframeB.style.height= h + 'px'; iframeB.src += '#'+ h }; </script> <iframe name="news" id="frameB" src="http://www./?newspapers-hylist" width="980" height="800" scrolling="auto" frameborder="0" marginheight="0" marginwidth="0"></iframe> //*main end*//
//*iframepagec.htm <script type="text/javascript"> document.domain = 'www.'; top.callback(window.location.href.split('#')[1]); </script>
*// //*页面B <iframe id="frameC" style="height:0px;width:0px;display:none;"></iframe> <script type="text/javascript"> function init(){ var iframeTag = document.getElementById('frameC'),iframeSrc = 'http://www./about/iframePageC.html#',pageHeight = document.documentElement.scrollHeight || document.body.scrollHeight; iframeTag.src = iframeSrc + pageHeight; iframeTag.style.display = 'block'; }; </script> *//
|