2012-04-21 15 views
0
location.href 
location.replace 
document.URL 

他の同様の質問からもわかるように、すべての可能なメソッドを統合できますか?JavaScript:同じウィンドウで新しいページを開く方法

+0

URLは、DOMレベル0 document.location.hrefプロパティに代わるものです。ただし、document.location.hrefは設定可能であり、document.URLは設定できません。 –

+0

@AshimSaha実際には、window.location –

+0

ここに表示されているもの - https://developer.mozilla.org/en/Document_Object_Model_%28DOM%29/document.URL –

答えて

関連する問題