test1
test2
test3






動作ブラウザ

winmaclinux
n7m1e5e6o7 n7m1e5s1 n7m1k3
*表にはありませんがこのwindow.open()はJavaScriptの最初のバージョンからの実装ですので n2,n3,n4,e3などでも動作します。
ソース

<script type="text/javascript">
<!--

  window.open("test0.htm", "test", "width=200,height=400")

//-->
</script>

<a href="test1.htm" target="test">test1</a><br>
<a href="test2.htm" target="test">test2</a><br>
<a href="test3.htm" target="test">test3</a><br>