Ring ring


DROPDOWN MENU BOX

You might be looking something cool snippet for navigating your site? Then this might be the answer. A dropdown menu with auto redirect will fit for you. Paste the code below on your web site.

<Script language="Javascript">
<!-- Script courtesy of http://hatawpinoy.wapsite.me
function goto(form){var index=form.select.selectedIndex
if(form.select.options[index].value="0"){location=form.select.options[index].value;}}
//-->
</script>
<form name="form1">
<select name="select" onChange="goto(this.form)" size="1">
<option value="">---Select---
<option value="index.htm">Home
<option value="blog.htm">Blog
<option value="guestbook.htm">Guestbook
</select>
</form>

*Just edit the 'option value' and add some more depending on what you need and suits you.


home
Home