darwin212
04-12-2007, 06:43 PM
How can I make another drop down menue when the mouse goes over the name? Like when the mouse goes over a name and another menue shows up right beside it.
<div align="center">
<Script language="JavaScript">
<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
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="">-------Quick links-------
<OPTION VALUE="http://buyanddownload.tripod.com/default.html">Home
<OPTION VALUE="http://buyanddownload.tripod.com/starteditor.html">stat editor
<OPTION VALUE="http://buyanddownload.tripod.com/payment1.html">Auto fighter
<OPTION VALUE="http://buyanddownload.tripod.com/Starport.html">star port
<OPTION VALUE="http://buyanddownload.tripod.com/Login.htm">login
<OPTION VALUE="mailto:buyanddownload@lycos.com">contact me
<input type="submit" value="go">
</SELECT>
</FORM>
So can some tell me how to do that? Because I want another menue and a search engine on it so that I could type in the username and it will just high light the person.
<div align="center">
<Script language="JavaScript">
<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
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="">-------Quick links-------
<OPTION VALUE="http://buyanddownload.tripod.com/default.html">Home
<OPTION VALUE="http://buyanddownload.tripod.com/starteditor.html">stat editor
<OPTION VALUE="http://buyanddownload.tripod.com/payment1.html">Auto fighter
<OPTION VALUE="http://buyanddownload.tripod.com/Starport.html">star port
<OPTION VALUE="http://buyanddownload.tripod.com/Login.htm">login
<OPTION VALUE="mailto:buyanddownload@lycos.com">contact me
<input type="submit" value="go">
</SELECT>
</FORM>
So can some tell me how to do that? Because I want another menue and a search engine on it so that I could type in the username and it will just high light the person.