Сообщение от Shpion08
|
В чем проблема?
|
Бивас, тест! (с)
<select id='iType'>
<option></option>
<option selected>1</option>
<option>2</option>
</select>
<input type='text' id='iSpan' value='test' />
<script type="text/javascript">
var
doc = document,
iType = [0, doc.getElementById('iType').selectedIndex],
iSpan = [0, doc.getElementById('iSpan').value]
alert(iType[1]);
alert(iSpan[1]);
</script>
Брехня. Все работает...