PDA

View Full Version : How is the Search pop-up built for this site



reminder
10-05-2004, 08:29 PM
When u click on the Search menu at the top of this forum, u get a little pop-up where u can enter ur search.

I am just wondering how this is built, using what technology

maskawaih
10-06-2004, 01:27 AM
thats javascript. :)

[Spam]
10-06-2004, 03:39 AM
Isn't is DHTML?

I might be wrong.

natedogg
10-06-2004, 04:39 AM
idk no one knows this fourm :lol:

maskawaih
10-06-2004, 05:14 AM
thats javascript. i found the code like that before.

reminder
10-06-2004, 08:10 AM
thats javascript. i found the code like that before.

And the code is....

true_neo
10-06-2004, 06:38 PM
It is using internal vBulletin code, so posting it unmodified would be violating Jelsoft's TOS.

BTW I think it might be DHTML, I did a dropdown like this once for my vBulletin hack (RPG Integration Hack for those that give a fuck), and I remember having to use a javascript function to register the dropdown.

SeK612
10-06-2004, 07:06 PM
Google or Hotscripts should have something similar.

motherflux
10-07-2004, 02:11 PM
much easier to do drop-downs with css.

it only requires a small bit of javascript for it to work with IE.

http://www.alistapart.com/articles/dropdowns

[Spam]
10-07-2004, 08:04 PM
It's JavaScript.


<td id="navbar_search" class="vbmenu_control"><a href="search.php?" accesskey="4">Search</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>