Click to See Complete Forum and Search --> : jump to same page


jleiker
04-10-2003, 10:00 AM
I can not figure out (or know if it can be done) how to do this:
This part works: Click on the link and it 'jumps' down to the section of SSDC.
This works:

<p><A HREF="#SSDC">SSDC</A> &nbsp; &nbsp;</p>

And then references this part of the page:
<p><font size="2"><A NAME="SSDC"></a>

However, instead of a link.... I want to be able to pick from a dropdown list and have it 'jump' down to the section of ssdc. I can't figure out how to do this?

<select name="menu1" onChange=<A HREF="#SSDC">

/A>
<option selected>SSDC</option>
<option>SSDC</option><A HREF="#SSDC">


</select>

can anyone help???

pyro
04-10-2003, 10:48 AM
Cross posted and answered in the HTML forums: http://forums.webdeveloper.com/showthread.php?s=&threadid=7552

jleiker
04-10-2003, 10:49 AM
This worked Great! Thanks so much!