Forum Moderators: open
<frameset rows="100%,*" frameborder=no border=0 framespacing=0>
<frame name="image" src="index_image.html" scrolling=yes>
<frame name="create" src="index_loss_create.html" scrolling=no>
</frameset>
As you can see "image" fills the whole screen. After I click on it the down arrow key works fine, and I believe the wheel on a mouse (I don't have one) works the same way.
I tried:
window.focus(parent.image);
but it did nothing. Any ideas? I should think anyone using frames would be concerned with this.
Thanks, Peter