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> </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???
This part works: Click on the link and it 'jumps' down to the section of SSDC.
This works:
<p><A HREF="#SSDC">SSDC</A> </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???