ウィンドウオブジェクトを返す
動作ブラウザ:[IE4][IE5]



 ドキュメントのウィンドウオブジェクトを返します。

ウィンドウオブジェクト:


■ソースリスト(ポイント部分)
ウィンドウオブジェクト:
<SCRIPT Language="JavaScript">
<!--
document.write(document.parentWindow+"<BR>");
document.write(document.parentWindow.document.title+"<BR>");
// -->
</SCRIPT>