Показать сообщение отдельно
  #5 (permalink)  
Старый 03.10.2010, 16:49
Интересующийся
Отправить личное сообщение для Леночка Посмотреть профиль Найти все сообщения от Леночка
 
Регистрация: 28.09.2010
Сообщений: 15

более менее понятно, но в чем моя ошибка?

<HTML>
  <HEAD>
     <TITLE>Задание 6</TITLE>
<script language="JavaScript">
<!--
function changeImage(form) {
var selection = form.mySelect.options[form.mySelect.selectedIndex].value;
document.images['pic'].src = selection;
}


//-->
</script> 
 </HEAD>
  <BODY> 

<br>

Выберите картинку

<form name="form1">
<img name="pic" src="image.gif" width=60 height=90 alt="">
<select id="mySelectId" size=1 name="mySelect" onChange="changeImage(this.form)">
<option selected value="1.gif">1</option>
<option value="2.gif">2</option>
<option value="3.gif">3</option>
<option value="4.gif">4</option>
<option value="5.gif">5</option>
<option value="6.gif">6</option>
<option value="7.gif">7</option>
<option value="8.gif">8</option>
<option value="9.gif">9</option>
<option value="10.gif">10</option>
<option value="11.gif">11</option>
</select>
</form>

<br>


<A HREF="form.mySelect.options[select.selectedIndex].value" target="frame12"> 1 </A><br> 
<A HREF="form.mySelect.options[select.selectedIndex].value" target="frame13">2</A><br>
<A HREF="form.mySelect.options[select.selectedIndex].value" target="frame9">3</A><br>
<A HREF="form.mySelect.options[select.selectedIndex].value" target="frame10">4</A><br>
<A HREF="form.mySelect.options[select.selectedIndex].value" target="frame11">5</A><br>
<A HREF="form.mySelect.options[select.selectedIndex].value" target="frame6">6</A><br>
<A HREF="form.mySelect.options[select.selectedIndex].value" target="frame7">7</A><br>
<A HREF="form.mySelect.options[select.selectedIndex].value" target="frame8">8</A><br>
<A HREF="form.mySelect.options[select.selectedIndex].value" target="frame5">9</A><br>
<A HREF="form.mySelect.options[select.selectedIndex].value" target="frame4">10</A><br>
<A HREF="form.mySelect.options[select.selectedIndex].value" target="frame3">11</A><br>
<br>
<br>
<br>

 </BODY>
</HTML>

Последний раз редактировалось Octane, 03.10.2010 в 17:47. Причина: http://javascript.ru/formatting
Ответить с цитированием