<P>Sistema Operativo: <SELECT NAME="SO" id="SO">
<OPTION>Windows XP</OPTION>
<OPTION>Windows Vista</OPTION>
<OPTION>Windows 98</OPTION>
<OPTION>Windows 95</OPTION>
<OPTION>Windows NT</OPTION>
<OPTION>Windows 2000</OPTION>
<OPTION>Linux</OPTION>
<OPTION>Mac OS</OPTION>
</SELECT></P>
<input type="button" VALUE="ADMIN" onclick="
document.getElementById('admin').value='Tiene ' + document.getElementById('SO').value">
Porque en firefox me funciona perfectamente, en internet explorer 7 también pero en el 6 no, que es el que tengo en el trabajo y como podría solucionarlo? un saludo