I use this code for develop drop down menu at left bar at template. i think this code need to modify or may be this code is wrong becouse this code doesn't work. Anyone have any idea to create the drop down menu at left side bar.
i need the drop down menu display the data from the database not key in the code. there have anyway to that. Please guide me on this area
THANK YOU for your help
<script SRC="http://eval.shopsite.com/html/ssdemos/ver83/evaluate36/index.js></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<select name="select" onChange="MM_jumpMenu('parent',this,0)">
[--LOOP LINKS --]
<option> [-- LINK --]</option>
[-- END_LOOP LINKS --]
</select>