<script language='javascript'>
function launchLink() {
if (document.getElementById('
optionList
').selecte
dIndex==1)
window.open('
http://www.widgets.com');
}
</script>
<select id='optionList' onchange='launchLink();'>
<OPTION value=1>1</OPTION>
<OPTION value=
http://www.widgets.com>2</OPTION>
<OPTION value=3>3</OPTION>
</select>