An7hony Posted June 10, 2010 Share Posted June 10, 2010 How would i make a jump menu sticky? I have tried to do it the same as a drop down menu but have had no success <select name="select" onChange="MM_jumpMenu('parent',this,1)" class="basic-combo" > <option value="#" selected>Locations. . .</option> <option value="<?php echo 'http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']. '&location=0'; ?>">All Locations</option> </select> Link to comment https://forums.phpfreaks.com/topic/204390-sticky-jump-menu/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.