blueuniverse
Sat 16th Jul '05, 9:32am
Ok, basically my link (which should call up the drop-down) is.....
<a href="search.php?$session[sessionurl]" accesskey="4"><img src="images/v4/misc/search.gif" alt="search" width="61" height="29" border="0" /><script type="text/javascript"> vbmenu_register("navbar_search", true); </script></a>
It isn't inside a td tag or anything and that is all I've got. It should call up the search drop-down box but it just goes to search.php instead so how (without using td tags) would I call it up?
<a href="search.php?$session[sessionurl]" accesskey="4"><img src="images/v4/misc/search.gif" alt="search" width="61" height="29" border="0" /><script type="text/javascript"> vbmenu_register("navbar_search", true); </script></a>
It isn't inside a td tag or anything and that is all I've got. It should call up the search drop-down box but it just goes to search.php instead so how (without using td tags) would I call it up?