この翻訳は不完全です。英語から この記事を翻訳 してください。
概要
ウィンドウ名を取得 / 設定します。
構文
string = window.name; window.name = string;
例
window.name = "lab_view";
注記
ウィンドウ名は、主にハイパーリンクとフォームのターゲットを設定するために使われます。ウィンドウは必ずしもウィンドウ名を持つ必要はありません。
It has also been used in some frameworks for providing cross-domain messaging (e.g., SessionVars and Dojo's dojox.io.windowName) as a more secure alternative to JSONP. Modern web applications hosting sensitive data should however not rely on window.name
for cross-domain messaging but instead rather utilize the postMessage API.
仕様
仕様 | 状態 | コメント |
---|---|---|
WHATWG HTML Living Standard Window.name の定義 |
現行の標準 | |
HTML5 Window.name の定義 |
勧告 |