Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
All Objects
Location Object
Location.hash
Location.host
Location.hostname
Location.href
Location.port
Location.protocol
Location.search
PROPERTY: Location::pathname
location.
pathname
pathname
is a property of both the
Link
and the
Location
objects and is a string portion of a URL specifying how a particular resource can be accessed. Assuming your current window to be the URL...
http://home.newco.com/products/enquiries.htm#local?email=name@otherco.com
...you could find out the
pathname
property as follows:
Code:
document.write(location.pathname)
Output:
/products/enquiries.htm
NOTE:
Although the
pathname
property can be set at any time, it is safer to set the
href
property to change a location.
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information