If you have a lot of links on a page and don’t have enough of space to fit them all a simple way to add the links is to create a jump menu. Learn how to create jump menus in Macromedia Dreamweaver 4.0. Code is also included.
Sample:
Javascript Code: Cut ‘n’ Paste Code
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
HTML Code: Cut ‘n’ Paste Code
<select name="select" onChange="MM_jumpMenu('parent',this,1)">
<option value="dreamweaver_tips.asp" selected>Dreamweaver Tips</option>
<option value="/Fireworks/default.asp">Fireworks Tutorials</option>
<option value="/Flash/default.asp">Flash Tutorials</option>
<option value="/website_design/default.asp">Web Design Tutorials</option>
</select>
The above code is taken from Macromedia Dreamweaver 4.0
No portion of these materials may be reproduced in any manner whatsoever, without the express written consent of Entheos. Any unauthorized use, sharing, reproduction or distribution of these materials by any means, electronic, mechanical, or otherwise is strictly prohibited.