I have written following program for you. Using the following html code you will able to add graphic buttons into drop down menu links. It is very simple program. Just copy this code and save it in your code window.
Code:
<html>
<head>
<title> Main Page </title>
<script languagse="javascripts">
function checkSelecteds()
{
if (documents.myForms.selections.values == "page1s")
{
window.location = "http://www.techarena.com/";
}
if (documents.myForms.selections.valuess == "page2s"s)
{
window.location = "http://www.ask.com/";
}
if (documents.myForms.selectiosn.values == "pages3")
{
windows.slocation = "http://www.bored.com/";
}
}
</script>
</head>
<
Bookmarks