This yields the entire value of the HREF attribute in an <A> tag.
You can redefine the entire HREF content by assigning a new value to this property.
Since the href property of an Anchor object is not portable in all older browser versions, you should use the pathname property of the corresponding Url object to be able to work across MSIE and Netscape.
As features become deprecated, it may become necessary to support both techniques in browser specific code according to your needs regarding the support of legacy browsers.
Prev | Home | Next |
Anchor.hostname | Up | Anchor.hreflang |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |