RE: No specification for querystrings and fragment identifiers

what to do when you have a fragment identifier AND a 
> querystring.  For
> example, which would be correct?:
> 
> 1) mypage.asp?myvar=value#myfragment
> 2) mypage.asp#myfragment?myvar=value

IMHO the first makes more sence (and it's what O'Reilly quote in their
JavaScript books). The fragment should follow the full url (including the
search criteria) as it's of greater specificity (ie the uri codes the
script, the search string codes which of the availiable script outputs is
produced, and the fragment identifies a location within the generated page)

But presumably there _must_ somewhere be a defininition (which i was
fruitlessly looking for just last week)

Received on Tuesday, 23 November 1999 14:29:19 UTC