Re: No specification for querystrings and fragment identifiers

Marion Denny wrote:
> 
> I was surprised that I could not find a specification within the HTML RFC's
> for what to do when you have a fragment identifier AND a querystring.

The relevant spec is

http://www.ics.uci.edu/pub/ietf/uri/rfc2396.txt

> For
> example, which would be correct?:
> 
> 1) mypage.asp?myvar=value#myfragment
> 
> or
> 
> 2) mypage.asp#myfragment?myvar=value

The first is what you want.

-- 
Liam Quinn
A Real Validator for Windows, http://arealvalidator.com
Web Design Group, http://www.htmlhelp.com

Received on Tuesday, 23 November 1999 10:51:36 UTC