ik wil graag dat als je op de links klikt, ze in het andere frame worden getoond, niet in hun "eigen" dat lukt me met "gewone" links wel , maar met buttons niet

nu heb ik 't zo....
<html>
<head BASE TARGET="window-1">
<title>home
</title>
</head>
INHOUD:
<form><input type="button" value="Bronnenlijst" onClick="window.location.href='boekenlijst.html'" ></form>
<form><input type="button" value="werken" onClick="window.location.href='werken.html'"TARGET="WINDOW-1></form>
<form><input type="button" value="The Scott Joplin house" onClick="window.location.href='Scott joplin house.htm'"></form>
<form><input type="button" value="gastenboek" onClick="window.location.href='http://members.tripodnet.nl/bin/gb?member_name=marianne55 '"></form>
<form><input type="button" value="de auteur" onClick="window.location.href='auteur.html'"></form>
<form><input type="button" value="Biografie" onClick="window.location.href='biografie.html'"></form>
</html>