Jump menu and Firefox
i have page contains jump menu , iframe. use jump menu
to load different pages iframe. works fine in ie not work
in firefox. here's code:
<form name="form1">
<select name="odm" onchange="mm_jumpmenu('odmframe',this,0)">
<option value="/solutions/odm/blank.html">choose product</option>
<option value="/solutions/odm/vpn.html">vpn/firewall
appliance</option>
<option value="/solutions/odm/2100e.html">2100e enterprise class
server</option>
<option value="/solutions/odm/4300e.html">4300e enterprise class
server</option>
<option value="/solutions/odm/4300edp.html">4300edp enterprise class
server</option>
<option value="/solutions/odm/sc4100,html">sc4100</option>
<option value="/solutions/odm/2120.html">sa2120</option>
<option value="/solutions/odm/na1400.html">na-1400</option>
<option value="/solutions/odm/sc6000.html">sc6000</option>
<option value="/solutions/odm/ecobay.html">ecobay</option>
</select>
</form>
<iframe src="/solutions/odm/blank.html" id="odmframe" frameborder="0"
style="width:650px; height:500px;"></iframe>
what need work in firefox?
thanks
mark
to load different pages iframe. works fine in ie not work
in firefox. here's code:
<form name="form1">
<select name="odm" onchange="mm_jumpmenu('odmframe',this,0)">
<option value="/solutions/odm/blank.html">choose product</option>
<option value="/solutions/odm/vpn.html">vpn/firewall
appliance</option>
<option value="/solutions/odm/2100e.html">2100e enterprise class
server</option>
<option value="/solutions/odm/4300e.html">4300e enterprise class
server</option>
<option value="/solutions/odm/4300edp.html">4300edp enterprise class
server</option>
<option value="/solutions/odm/sc4100,html">sc4100</option>
<option value="/solutions/odm/2120.html">sa2120</option>
<option value="/solutions/odm/na1400.html">na-1400</option>
<option value="/solutions/odm/sc6000.html">sc6000</option>
<option value="/solutions/odm/ecobay.html">ecobay</option>
</select>
</form>
<iframe src="/solutions/odm/blank.html" id="odmframe" frameborder="0"
style="width:650px; height:500px;"></iframe>
what need work in firefox?
thanks
mark
never mind, figured out. :-)
mark
> have page contains jump menu , iframe. use jump menu
> load different pages iframe. works fine in ie not work
> in firefox. here's code:
>
> <form name="form1">
> <select name="odm" onchange="mm_jumpmenu('odmframe',this,0)">
> <option value="/solutions/odm/blank.html">choose product</option>
> <option value="/solutions/odm/vpn.html">vpn/firewall
> appliance</option>
> <option value="/solutions/odm/2100e.html">2100e enterprise class
> server</option>
> <option value="/solutions/odm/4300e.html">4300e enterprise class
> server</option>
> <option value="/solutions/odm/4300edp.html">4300edp enterprise class
> server</option>
> <option value="/solutions/odm/sc4100,html">sc4100</option>
> <option value="/solutions/odm/2120.html">sa2120</option>
> <option value="/solutions/odm/na1400.html">na-1400</option>
> <option value="/solutions/odm/sc6000.html">sc6000</option>
> <option value="/solutions/odm/ecobay.html">ecobay</option>
> </select>
> </form>
> <iframe src="/solutions/odm/blank.html" id="odmframe" frameborder="0"
> style="width:650px; height:500px;"></iframe>
>
> need work in firefox?
>
> mark
>
mark
> have page contains jump menu , iframe. use jump menu
> load different pages iframe. works fine in ie not work
> in firefox. here's code:
>
> <form name="form1">
> <select name="odm" onchange="mm_jumpmenu('odmframe',this,0)">
> <option value="/solutions/odm/blank.html">choose product</option>
> <option value="/solutions/odm/vpn.html">vpn/firewall
> appliance</option>
> <option value="/solutions/odm/2100e.html">2100e enterprise class
> server</option>
> <option value="/solutions/odm/4300e.html">4300e enterprise class
> server</option>
> <option value="/solutions/odm/4300edp.html">4300edp enterprise class
> server</option>
> <option value="/solutions/odm/sc4100,html">sc4100</option>
> <option value="/solutions/odm/2120.html">sa2120</option>
> <option value="/solutions/odm/na1400.html">na-1400</option>
> <option value="/solutions/odm/sc6000.html">sc6000</option>
> <option value="/solutions/odm/ecobay.html">ecobay</option>
> </select>
> </form>
> <iframe src="/solutions/odm/blank.html" id="odmframe" frameborder="0"
> style="width:650px; height:500px;"></iframe>
>
> need work in firefox?
>
> mark
>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment