frameLocation

種類プロパティ
書式 ウィンドウオブジェクト.frameLocation
解説
ウィンドウの画面上での表示位置を返します。
サンプルコード
winObj = new Window("palette","Sample",[200,150,500,300]);
winObj.show();
alert(winObj.frameLocation);
実際のスクリプトをダウンロード