Here's a really simple drop-down box to redirect to another url. I use it in my sig file on another VBulletin site.
It used to work perfectly until the site upgraded VBulletin from version 2.2.8 to version 2.3. Now everything displays OK, but nothing happens, no redirect.
I see that HTML is disabled in the sig here, so I can't test it on this site.
Here's the code:
<select style="FONT-SIZE: 9pt; FONT-WEIGHT: bolder;COLOR: white; FONT-FAMILY: Arial; BACKGROUND-COLOR: red" onchange="location.href=options[selectedIndex].value;" size="1" name="Profile">
<option value="#" selected>Search Engines</option><option value="http://www.google.com">Google</option><option value="http://www.hotbot.com">HotBot</option></select>
Whadayathink? Is there a PHP code that will do this in the sig?