Начало
Навигация
Быстрый Скачок
Достаточно ввести полный адрес веб-сайта (начиная с http://) в поле и нажмите кнопку ввода, чтобы перейти на этот сайт
JavaScript Navigation: Быстрый Скачок
<!-- ONE STEP TO INSTALL QUICK JUMP: 1. Copy the coding into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the BODY of your HTML document --> <BODY> <form onSubmit="window.location=this.url.value;return false;"> <input type=text name=url size=40> </form> <!-- Script Size: 0.32 KB -->