HBCMS更多的中文手册参考:

href参数属性

DHTML文档教程

Sets or retrieves the entire URL as a string.

dhtml语法

location.href [ = sURL ]

DHTML可能的值

sURLString 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 Non-Microsoft link.

Applies To

location

更多语法参考

navigate