Hi Jason,
Thanks for reply. I tried putting in this code:
<form>
<select name="select">
<option onClick="MM_showHideLayers
<option onClick="MM_showHideLayers
</select></form>
and nothing happened when I clicked on either option. I've tried testing it with a straightforward link to make sure the MM_showHideLayers routine is working OK (v6 by the way) and that was fine but it just doesn't seem to recognise the "onclick" when attached to the option. I'm using DW8 and XHTML 1.0 Strict, not sure if either of those would make a difference?
Any thoughts please?
Main Topics
Browse All Topics





by: jason1178Posted on 2006-03-22 at 10:31:36ID: 16260299
Yes, this is possible. See this question for the principle:
e.com/Web/ WebDevSoft ware/ Dream Weaver/Q_2 1748899.ht ml
('mapnorth ','','show ','dirnort h','','sho w','optnor th','','sh ow','mapso uth','','h ide','dirs outh','',' hide','opt south','', 'hide')" value="North">North</optio n> ('mapnorth ','','hide ','dirnort h','','hid e','optnor th','','hi de','mapso uth','','s how','dirs outh','',' show','opt south','', 'show') value="South">South</optio n>
http://www.experts-exchang
The edit to the menu items would look something like this:
<select name="select">
<option onClick="MM_showHideLayers
<option onClick="MM_showHideLayers
</select>