Mozilla agrees with Aaron..

http://developer.mozilla.org/en/docs/DOM:window.location


 Properties

All of the following properties are strings. You can read them to get
information about the current URL or set them to navigate to another
URL.

The "Example" column contains the values of the properties of the following URL:

    * http://www.google.com:80/search?q=devmo#test

Property        Description     Example
hash    the part of the URL that follows the # symbol.  #test
host    the host name and port number.  www.google.com:80
hostname        the host name (without the port number).        www.google.com
href    the entire URL.         http://www.google.com:80/search?q=devmo#test
pathname        the path (relative to the host).        /search
port    the port number of the URL.     80
protocol        the protocol of the URL.        http:
search  the part of the URL that follows the ? symbol.  ?q=devmo


On 2/15/07, Aaron Heimlich <[EMAIL PROTECTED]> wrote:
> On 2/15/07, Aaron Heimlich <[EMAIL PROTECTED]> wrote:
> > On 2/15/07, Danny Wachsstock <[EMAIL PROTECTED]> wrote:
> >
> > > I'm looking at the HTML specs
> > >
> (http://www.w3.org/TR/1999/REC-html401-19991224/struct/links.html#edef-A
> )
> > > and hash doesn't look like a standard attribute.
> >
> > That's because it's not an attribute, it's a property of the HTML DOM
> object for <a> elements (
> http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-48250443
> ).
> >
>
> OK, scratch that....
>
>
>
> --
> Aaron Heimlich
> Web Developer
> [EMAIL PROTECTED]
>  http://aheimlich.freepgs.com
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>


-- 
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to