Re: Browser handling of URL's with '?' in them7

atotic@ncsa.uiuc.edu (Alexsander Totic)
From: atotic@ncsa.uiuc.edu (Alexsander Totic)
Message-id: <9312091750.AA24353@void.ncsa.uiuc.edu>
Subject: Re: Browser handling of URL's with '?' in them7
To: henrich@crh.cl.msu.edu (Charles Henrich)
Date: Thu, 9 Dec 1993 11:50:23 -0600 (CST)
Cc: www-talk@nxoc01.cern.ch
In-reply-to: <9312082339.AA27477@crh.cl.msu.edu> from "Charles Henrich" at Dec 8, 93 06:39:51 pm
X-Mailer: ELM [version 2.4 PL23]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 674       
> think it should).So the question is this, whats the definitive behavior for a
> browser when it encounters a URL like:
> http://somehost/somedoc?item
> and is clickable (i.e ismap).  When someone enter's clicks should the resulting
> URL be:
> http://somehost/somedoc?item?x,y (as mosaic for X handles it)
> or
> http://somehost/somedoc?x,y
> as in the case of the Mosaic for Mac's?

In the URL's specs, '?' is defined as the separator between the document
name and the search string. I have understood this to mean that only a 
single question mark is allowed. This behavior works well for <ISINDEX>
pages,  and I think that we should not make ISMAP an exception.

Aleks