Code:
<HTML>
<HEAD>
<TITLE>Bookmarks and JavaScript</TITLE>
<SCRIPT language="JavaScript" type="text/javascript">
function loadiFrameAndJump(u)
{
document.getElementById('iFrameSample').setAttribute('src',u)
window.location.href="#iframe"
}
</SCRIPT>
</HEAD>
<BODY>
<P>
<A href="javascript:loadiFrameAndJump('page2.htm');">
<IMG border="0" src="4thorderScriptavatar.jpg" width="75" height="75"></A>
</P>
<P>
Click image to load the new url into the iFrame at the bottom of the page and
jump to it.</P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P>
<A name="iframe"></A>
<IFRAME id="iFrameSample" src="page1.htm">
</IFRAME></P>
</BODY>
</HTML>