Jump Menu links not working

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

<select size="1" onchange="FP_jumpMenu(this,'window',false)" id="id1"
name="D1" tabindex="1">
<option value="#">Client name</option>
<option value="aaburns.html">A.A. Burns & Co.</option>
</select>

I have created a jump menu and want to link to other pages within my site.
Because I have over 80 options, I choose to use the jump menu rather than
making a table and inserting hyperlinks. I get an error message when I access
the A.A. Burns & Co. page. Is there more code that I need to add?
 
Back
Top