las alternativas son tres: frames, iframes, AJAX.
Iframes:
Código HTML:
Ver original<iframe name="elmarcodestino" src="http://google.com" style="width:50%;heigth:10ems"></iframe> <a href="http://yahoo.com" target="elmarcodestino">Cambiar
</a>
Frames: contenedor.htm
Código HTML:
Ver original<frameset cols="33%,*">
<frame src="menu.htm">
<frame name="elmarcodestino" src="http://google.com">
</frameset>
menu.htm
Código HTML:
Ver original<a href="http://yahoo.com" target="elmarcodestino">Cambiar
</a>
AJAX:
[URL="http://www.forosdelweb.com/f77/"]Es otro foro[/URL] :P
Por cierto, me parece que lo mejor seria AJAX pero teniendo en cuenta la posibilidad de que el usuario tenga deshabilitado JavaScript. Saludos