Load an Iframe

Perpetual Motion || I Like Monkeys || Food for thought

<iframe name="iframe_name" width="300" height="100" src="page1.htm"></iframe>

<a href="page.htm" onclick="window.frames['iframe2_name'].location=this.href;return false ">Your Link</a>

The following also works in IE, Mozilla, FireFox, and NS7, you must give your Iframe an ID for this to work

document.getElementById('iframe_id').src