我的小程式 :
<html>
<head>
<input type="button" onClick="h_W()" " value="h_W">
<br>
<script language="JavaScript">
<!--
function h_W()
{
newWin = window.open("");
newWin.location = document.write("123")
}
//-->
</script>
</html>
本來是要開新視窗,並且在新網頁上顯示 文字,
但開了新視窗後, 文字卻顯示在原來網頁上,
要下什麼指令才可以顯示在新網頁上呢 ?