Object Oriented XBASE Forum


IEのウインドウオープンプロパティテストページ


テストパターン1
toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes

テストパターン2
toolbar=no,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes

テストパターン3
toolbar=yes,location=no,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes

テストパターン4
toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes

テストパターン5
toolbar=yes,location=yes,directories=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes

テストパターン6
toolbar=yes,location=yes,directories=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes

テストパターン7
toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=no,resizable=yes

テストパターン8
toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=no

テストパターン9
toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes


このページのソースリスト

<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=x-sjis">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Window Open Test</title>
</head>

<body bgcolor="#FFFFFF">
<script language="JavaScript">
<!--
function WinProp1(){window.open("testprop.htm","_testprop","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}
function WinProp2(){window.open("testprop.htm","_testprop","toolbar=no,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}
function WinProp3(){window.open("testprop.htm","_testprop","toolbar=yes,location=no,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}
function WinProp4(){window.open("testprop.htm","_testprop","toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}
function WinProp5(){window.open("testprop.htm","_testprop","toolbar=yes,location=yes,directories=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes")}
function WinProp6(){window.open("testprop.htm","_testprop","toolbar=yes,location=yes,directories=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes")}
function WinProp7(){window.open("testprop.htm","_testprop","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=no,resizable=yes")}
function WinProp8(){window.open("testprop.htm","_testprop","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=no")}
function WinProp9(){window.open("testprop.htm","_testprop",",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes")}
//-->
</script>

<p>Object Oriented XBASE Forum</p>

<hr>

<p align="center"><strong>IEのウインドウオープンプロパティテストページ</strong></p>

<hr>

<p><a href="javascript:WinProp1()">テストパターン1</a><br>
toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes</p>

<p><a href="javascript:WinProp2()">テストパターン2</a><br>
<font color="#FF0000">toolbar=no</font>,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes</p>

<p><a href="javascript:WinProp3()">テストパターン3</a><br>
toolbar=yes,<font color="#FF0000">location=no</font>,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes</p>

<p><a href="javascript:WinProp4()">テストパターン4</a><br>
toolbar=yes,location=yes,<font color="#FF0000">directories=no</font>,status=yes,menubar=yes,scrollbars=yes,resizable=yes</p>

<p><a href="javascript:WinProp5()">テストパターン5</a><br>
toolbar=yes,location=yes,directories=yes,<font color="#FF0000">status=no</font>,menubar=yes,scrollbars=yes,resizable=yes</p>

<p><a href="javascript:WinProp6()">テストパターン6</a><br>
toolbar=yes,location=yes,directories=yes,status=yes,<font
color="#FF0000">menubar=no</font>,scrollbars=yes,resizable=yes</p>

<p><a href="javascript:WinProp7()">テストパターン7</a><br>
toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,<font
color="#FF0000">scrollbars=no</font>,resizable=yes</p>

<p><a href="javascript:WinProp8()">テストパターン8</a><br>
toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,<font
color="#FF0000">resizable=no</font></p>

<p><a href="javascript:WinProp9()">テストパターン9</a><br>
<font color="#FF0000">toolbar=no,location=no,directories=no,status=no,menubar=no</font>,scrollbars=yes,resizable=yes</p>
</body>
</html>