by ShopSite Lauren » Mon Jul 23, 2007 11:44 am
There is no built in way within ShopSite to create drop down menus to link to various pages. However, this is something that you can add to the template, or to one of the text fields within ShopSite (such as the Header). If you would like to create your own pull down menus, you can use the following URL, replacing the information with your page URLs and page names:
---------------------------------------------------
<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)">
<option selected>--- Quick Menu ---</option>
<option value="url1.html">Page 1</option>
<option value="url2.html">Page 2</option>
<option value="url3.html">Page 3</option>
<option value="url4.html">Page 4</option>
</select>
---------------------------------------------------
- Lauren
ShopSite, Inc.