Interframe Communication

Navigating the Center Frame:


<FORM>
 <input type="button" value="<<"
 onClick='parent.center.history.back()'>

<input type="button" value=">>"
 onClick='parent.center.history.forward()'>
</FORM>