There is an iframe on the page called "Switch".
Its the iframe.
Code:
<iframe id="Switch" src="MiddlePage.html" width=615 height=337 marginwidth=0 marginheight=0 frameborder=0 scrolling=no></iframe>
Page1 code for the image that the mouse rolls over:
Code:
<a href="#null" onMouseOver="parent.Switch.document.getElementById('DownON').onclick()" onMouseOut="parent.Switch.document.getElementById('DownOFF').onclick()"><img src="images/NK2K7off_23.jpg" alt="" width="19" height="74" border="0"></a>
This is the page that has the buttons in the iframe:
Code:
<input type="button" id="downON" name="downON" onclick="scroll(-4)" /><input type="button" id="DownOFF" name="DownOFF" onclick="noScroll()" />
David
Bookmarks