Sets or retrieves the entire URL as a string.
dhtml语法
location.href [ = sURL ]
DHTML可能的值
sURL | String that
specifies or receives a URL. |
The property is read/write.
The property has no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.
DHTML代码范例
This example shows a URL list. The user is taken to the URL selected from the options, if the selection is different from the list's default value.
<SELECT onchange="window.location.href=this.options[this.selectedIndex].value">
<OPTION VALUE="/hbcms/php/r.php?url=http%3A%2F%2Fwww.microsoft.com/ie">Internet Explorer</OPTION>
<OPTION VALUE="/hbcms/php/r.php?url=http%3A%2F%2Fwww.microsoft.com">Microsoft Home</OPTION>
<OPTION VALUE="/hbcms/php/r.php?url=http%3A%2F%2Fmsdn.microsoft.com">Developer Network</OPTION>
</SELECT>
是否符合公共标准
This property is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To
更多语法参考
navigate