Your code is very off from what I would think to work in any browser??
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD><TITLE>Tu1-11pm56</TITLE>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<STYLE type=text/CSS>
</STYLE>
<SCRIPT type="text/javascript">
function showDiv(divIndex) { var f=document.forms[0]; var d=f.getElementsByTagName('div');
for(i=0;i<d.length;i++)d[i].style.display='none'
d[divIndex].style.display = 'block';
}
</SCRIPT>
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY scroll="auto">
<form>
<select onchange="showDiv(this.value); ">
<option value="0" selected>Air Service</option>
<option value="1">Ocean Service</option>
<option value="2">Domestic Service</option>
</select>
<div style="display:block;">Air Services</div>
<div style="display:none;">Ocean Services</div>
<div style="display:none">Domestic Services</div>
</form>
</BODY></HTML>
Bookmarks