Re: Dropdown Box (CORRECTION!!!)

by DALLASSTA(at)aol.com

 Date:  Tue, 5 Oct 1999 08:40:59 EDT
 To:  tjallen(at)pipeline.com,
Darkrose(at)darkrose-bds.com
 Cc:  hwg-basics(at)hwg.org
  todo: View Thread, Original
Jimmy,
  THis is the Drop Down I am working with.  As I told the person who was 
looking for script that I had just pulled it from the CGI/JS group, so I 
wasn't at all sure of how to use it.  WEll, I have tried to use it and it 
won't move-all i keep gertting are http404s when I go online to test it! Here 
is the little bugger, perhaps you can tell me what wrong:
Drop Down Menu Java

<SCRIPT LANGUAGE="JavaScript">
<!--
function menu(list) 
{ 
location.href = list.options[list.selectedIndex].value
}
// -->

</SCRIPT>
<TITLE>Links</TITLE>
</HEAD>

<FORM NAME="links">
<SELECT>
<OPTION VALUE="no link">Quick Jump
<OPTION VALUE="home.html">Home
</SELECT>
<INPUT TYPE="button" VALUE="Go!"
 onClick="menu(this.form.elements[0])">
</FORM>
In this I have tried to add the .html and also the other .htm pages that I am 
linking within my site to!  I have tried using the WHOLE URL but this doesn't 
work either. 
I would like to try yours also, but is there a limit as to the number of 
links you can use on it, and also you said that it will automatically add the 
.html.  my links are htm.  Can it be done??????? I am totally frustrated with 
this!  Lisa

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA