Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Re: [OT] xhtml 2.0 noscript

From: David Woolley <david@djwhome.demon.co.uk>
Date: Sat, 29 Jul 2006 18:09:27 +0100 (BST)
Message-Id: <200607291709.k6TH9Rh16659@djwhome.demon.co.uk>
To: www-html@w3.org

[ off topic - how to ]

> It adds a new query string to the url (site.com/page.html#top)
> The JS method puts less strain on the server since it doesn't have to 
> send a new query to the server to find out where on the page to jump to.

A proper implementation of fragment only URLs should not invoke the 
server at all.  The real problem with this is that it pollutes the
history stack, which is why I can seem some advantage in the scripting,
but done properly, with onclick and an href fallback.

However, in my exerience, with the exception of those on mobile phones
all browser have home key support, so this function is redundant, anyway.
Received on Saturday, 29 July 2006 17:11:16 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.