Redirect JavaScript
<html> <head> <title>Redirect Java</title> <script language="JavaScript"><!-- function Navigate() { var URL = document.menuform.wheretogo.options[document.menuform.wheretogo.selectedIndex].value; window.location.href = URL; } // --> </script> </head> <body> <font size="1"> <form name="menuform" method="POST"> <select name="wheretogo" size="1" onchange="Navigate()"> <option selected value="http://www.help4web.net/">Desination <option value="http://www.help4web.net/search/index.html">SearchEngines <option value="http://www.help4web.net/search/SNIFFITstart.html">- SNIFFIT <option value="http://www.help4web.net/links/index.html">PowerLinks <option value="http://www.help4web.net/setup/index.html">SetupBrowser <option value="http://www.help4web.net/adds/index.html">ImproveSite <option value="http://www.help4web.net/webmaster/index.html">WebMaster <option value="http://www.help4web.net/news.html">What'sNew <option value="http://www.help4web.net/webmaster/suggestion.html">Suggestion <option value="http://www.help4web.net/Who/link2us.html">Add us <option value="http://www.help4web.net/Who/index.html">Who we are? <option value="http://www.help4web.net/webmaster/sitemap.html">SiteMap <option value="http://www.help4web.net/">HomePage </select> </font> </form> </body> </html>
Copy & Paste into your page