aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/method/openwindow/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/method/openwindow/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/method/openwindow/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/method/openwindow/index.html b/files/ja/archive/mozilla/xul/method/openwindow/index.html
new file mode 100644
index 0000000000..9952867a98
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/method/openwindow/index.html
@@ -0,0 +1,14 @@
+---
+title: openWindow
+slug: Archive/Mozilla/XUL/Method/openWindow
+tags:
+ - XUL Methods
+ - XUL Reference
+translation_of: Archive/Mozilla/XUL/Method/openWindow
+---
+<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div>
+<dl>
+ <dt><span id="m-openWindow"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/openWindow">openWindow( windowtype, url, features, params )</a></code></span></dt>
+ <dd>戻り値の型: <em>window</em></dd>
+ <dd>子ウィンドウを開きます。<var>windowtype</var> は window 形式を指定する文字列です。指定した形式のウィンドウがすでに開かれている場合、このメソッドは、もう一つのウィンドウを開く代わりに、そのウィンドウにフォーカスを切り替えて最前面に表示します。指定した形式のウィンドウが開かれていない場合、与えられた <var>url</var> を表示する新しいウィンドウが開かれます。</dd>
+</dl>