Re: Problem with URI based on jsp

On Fri, Oct 19, 2001 at 09:21:06AM +0200, Jose Kahan wrote:
> I think that your problem is that you need to escape the URI you want to
> store in the server. Otherwise, the annotea server itself will interpret
> the special characters, such as ?, & and so on.
> 
> Have you tried using entities (&) or hex escaped characters (%xx) in the
> URL name?

escape() in javascript will do this.

- Steve

Received on Friday, 19 October 2001 06:37:44 UTC