I'm adding a drop down menu so users can navigate by category. It worked fine. But now i'm trying to reproduce it so that users can browse by Author? How can I do this? thanks.
Here's the code:
CODE
<form name="jump author">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="">Browse by Author</option>
<MTArchiveList archive_type="Author">
<option value="<$MTArchiveLink$>"><$MTArchiveTitle$></option>
</MTArchiveList></select>
</form>
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="">Browse by Author</option>
<MTArchiveList archive_type="Author">
<option value="<$MTArchiveLink$>"><$MTArchiveTitle$></option>
</MTArchiveList></select>
</form>