Anyone know how i can add a search function for my custom page? This is what i have but it doesnt work...it doesnt even drop down for me.
Code:
<table class="tborder" cellpadding="4" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="tcat" width="100%">
<div class="smallfont" style="white-space:nowrap">
</div>
</td>
<td class="vbmenu_control" id="threadsearch" nowrap="nowrap">
<a href="/misc.php?do=page&template=downloads;nojs=1#goto_threadsearch">Search</a>
<script type="text/javascript"> vbmenu_register("threadsearch"); </script>
</td>
</tr>
</table>