Re: Multiple Background Images

> Popular user agents correctly set document.___location
> in JavaScript, so I would hope that UAs will do the same

They should set it to the document's ___location, which is not necessarily
the URL that was requested.  If there is any redirection involved,
the ___location will reflect the redirected URL, not the requested one.
I think this is what was being said.

Also, submitting bogus parameters to a server is somewhat anti-social,
as it frustrates caching in two ways.  Firstly, each unique parameter 
value combination is a separate resource.  Secondly, abuse of GET
mode forms in the past has resulted in HTTP servers being advised not
to cache URLs containing ? characters unless given explicit indications
of cachability.

Received on Tuesday, 16 November 2004 21:11:06 UTC