Начало
Навигация
Нагрузка два кадра
Откройте две разные страницы на две отдельные страницы, когда пользователь нажимает на одну ссылку! Фреймов код может даже быть настроены с учетом дизайна вашего сайта.
Load segaobzor.narod.ru and javalist.narod.ru in Frames!
JavaScript Navigation: Нагрузка два кадра
<!-- TWO STEPS TO INSTALL LOAD TWO FRAMES: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <! > <! > <!-- Begin function loadFrames(page1, page2) { framecode = "<frameset rows='50%,50%'>" + "<frame src='" + page1 + "'>" + "<frame src='" + page2 + "'>" + "</frameset>"; page = window.open(""); page.document.open(); page.document.write(framecode); page.document.close(); } // End --> </script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <
Load segaobzor.narod.ru and javalist.narod.ru in Frames!
</a> <!-- Script Size: 0.95 KB -->