Links Dropdown
-
As referenced here, I’m trying to create a links dropdown list. I have no idea what I’m doing. (“Little children shouldn’t play with guns,” comes to mind.) I wonder why this doesn’t work:
<form name="menuform">
<select name="menu3" style="width:150px; margin: 0px; font-family: Tahoma; font-size: 10px;" onChange="window.open(menuform.menu3.options[menuform.menu3.selectedIndex].value);return false;">
<option value=''>Select Link</option>
<?php wp_get_links(); ?>
</select>
</form>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Links Dropdown’ is closed to new replies.