Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

CKJ - link on dropdown list

Link in the dropdown list

Here is the link on the dropdown list:

FIRST paste this source on top on the <BODY> tag:
<script>
function surfto()
{
document.location=document.form.where.options[document.form.where.selectedIndex].value
}
</script>

THEN paste this source below the <BODY> tag:
<form name="form">
<select name="where">
<option value="http://www.yahoo.com">YAHOO
<option value="http://www.hotmail.com">HOTMAIL
<option value="http://www.htmlgoodies.com">HTMLgoodies
<option value="http://www.geocities.com">Geocities
</select>
<input type="button" value="GO!" onclick="surfto()">