How do I combine query parameters and document fragments in the same URL?
It seems fairly common to put the document fragment after the query parameters (e.g. http:\\foo.com?blah=1#Section3). This syntax makes sense, because as far as HTTP/HTML is concerned, the query parameters are part of the URL (and therefore should proceed the document fragment). This syntax works correctly in NS 4.7 and IE 5.5. NOTE that the W3C HTML Validation Service does this.