This yields the host and port value of the HREF value in an <A> tag.
You can redefine the host to request the URL by assigning a new value to this property.
Since the host 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.hash | Up | Anchor.hostname |
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. |