I have a series of links like so
<li><a href="classes/journeydistance.html" target="classes">Class Name </a></li>
That goes to this iframe
<IFRAME src="classes/yaddayadda.html" style="width:400px;height:700px;" frameborder="0" name="classes" scrolling="auto">
</IFRAME>
However the iframe is at the bottom of the page, the links are at the top with a bunch of text in between. Is there a way to make it so when the person clicks the class link it jumps them to the iframe?