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.

document.URL

概要

現在の文書の URL を返します。

構文

string = document.URL; 

alert( document.URL );

注意

URL は DOM Level 0 の document.location.href プロパティの代替でもあります。 しかし document.URL は読取専用であり、 document.location.href のように URL を設定することはできません。

仕様書

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

タグ: 
 このページの貢献者: fscholz, jsx, ethertank, DR, Okome
 最終更新者: jsx,