Начало
Навигация
Главная страница
На главную страницу в браузере автоматически или с помощью кнопки или ссылки мыши.
JavaScript Navigation: Главная
страница
<!-- ONE STEP TO INSTALL HOME PAGE: 1. Copy the coding into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the BODY of your HTML document --> <BODY> <!-- To make it automatic, use this code <SCRIPT LANGUAGE="JavaScript"> if (document.layers) window.home(); </script> --> <!-- Or use this code to display a button --> <center> <form> <input type=button value="Go to Home Page" onClick="if (document.layers) window.home(); else alert('Click Home in your browser to go the your home page.');"> </form> </center> <!-- Script Size: 0.59 KB -->