[РАБОТНИЧЕК ]

GO! Menu
26.05.2009, 20:40
Используйте скрипт, чтобы быстро перейти на различныt URL-адреса!

---------------------------------------------------------------------------------------------------------
Пример использования скрипта:


---------------------------------------------------------------------------------------
Код скрипта:

<script language="JavaScript">
/*
Visit http://rabotnichek.my1.ru
For this script and more
*/

function go_to_station(){
if (document.stationform.stationselect.options[0].selected){
   window.location.href = "http://rabotnichek.my1.ru";}   
else if (document.stationform.stationselect.options[1].selected)       
{  window.location.href = "http://rabotnichek.my1.ru";}
else if (document.stationform.stationselect.options[2].selected)       
{  window.location.href = "http://rabotnichek.my1.ru";}   
else if (document.stationform.stationselect.options[3].selected)       
{  window.location.href = "http://rabotnichek.my1.ru";}
return true;   
}

function textValue(){   
  var stationInteger, stationString   
  stationInteger = document.stationform.stationselect.selectedIndex   
  stationString = document.stationform.stationselect.options[stationInteger].text   
  document.stationform.stationtext.value = "Go to " + stationString +"!"    }
</script>

<center>
<p>
<form name="stationform">
<select name="stationselect" onChange="textValue()" multiple size="5">
<option>go, go!
<option>Тебе сюда
<option>Сюда
<option>Заработай!
</select>

<br><p>
<input type="button" name="stationbutton" value="Go!" onClick="go_to_station()">
<p>
<input type="text" name="stationtext" value="" size="35" maxlength="35">
<p>
</form>
</center>




Категория: Навигация | Добавил: Администратор
Просмотров: 355 | Загрузок: 0 | Рейтинг: 0.0/0
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]