Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

この翻訳は不完全です。英語から この記事を翻訳 してください。

概要

ウィンドウ名を取得 / 設定します。

構文

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 の定義
勧告

ドキュメントのタグと貢献者

 このページの貢献者: momdo, fscholz, khalid32, ethertank, Potappo
 最終更新者: momdo,