Jimbo
02-28-2003, 12:09 AM
Ok, On the main page of my website I have an iframe. On each some of the pages that go in the iframe I have some links i.e.:
<a href="example.html#bob" target="iframe" onClick="javascript stuff">
These link to certain areas on different pages i.e.:
<a name="bob"></a>
These links work but when the browser window is smaller than the webpage and there are scrollbars, the links make the page with the iframe in it scroll to the bottom. Any help on how to prevent this?
Thanks in Advance
-Jimbo
<a href="example.html#bob" target="iframe" onClick="javascript stuff">
These link to certain areas on different pages i.e.:
<a name="bob"></a>
These links work but when the browser window is smaller than the webpage and there are scrollbars, the links make the page with the iframe in it scroll to the bottom. Any help on how to prevent this?
Thanks in Advance
-Jimbo