<SCRIPT language="JavaScript1.2">
function openwindow()
{
window.open("http://www.javascript-coder.com","mywindow","menubar=1,resizable=1,width=350,height=250");
}
</SCRIPT>
<P>
<A href="javascript: openwindow()">Open the JavaScript Window Example 1</A>
</P>
これは私が.. target=self
が自己のウィンドウでJavaスクリプトを使用してURLを開くと、