Rustemal
15-08-2003, 14:58
Есть скрипт как сделать чтобы открывалось в новом окне
<script type="text/javascript">
function cp (address) {
if (address != "") { window.location.href = address; }
}</script> *<select name=adress onchange="cp(this.options[this.selectedIndex].value)">
* *<option>другие разделы сайта</option>
* *<option value="111.html">111</option>
* * *</select>
спасибо.
Исправлено: Rustemal, 21:02 15-08-2003
Исправлено: Rustemal, 21:04 15-08-2003
<script type="text/javascript">
function cp (address) {
if (address != "") { window.location.href = address; }
}</script> *<select name=adress onchange="cp(this.options[this.selectedIndex].value)">
* *<option>другие разделы сайта</option>
* *<option value="111.html">111</option>
* * *</select>
спасибо.
Исправлено: Rustemal, 21:02 15-08-2003
Исправлено: Rustemal, 21:04 15-08-2003