Code: <html> <head> <title>Parent frame</title> </head> <body onload="resizeFrame(document.getElementById('childframe'))" bgcolor="#cccccc"> <script type="text/javascript"> // Firefox worked fine. Internet Explorer shows scrollbar because of frameborder function resizeFrame(f) { f.style.height = f.contentWindow.document.body.scrollHeight + "px"; } </script> <iframe frameborder=0 border=0 src="http://ya.ru" name="childframe" id="childframe"> </iframe> </p> </body> </html> Помогите с задачей, как отобразить сайт в iframe на всю страницу без прокруток
Code: </script> </head> <a href="Index(800x600).htm">Index(800x600)</a> <a href="Index(1024x768).htm">Index(1024x768)</a> </html> сделать два Index(1024x768).htm и Index(800x600).htm