> if uRL was http:/localhost/servlet/test?file=my%20documents
> then when your do :
> String paramV = request.getParameter("file");
> out.println("File Path is: " + paramV);
> 
> this should make paramV = "my documents"
> 
> is this what your looking for?
> B
> Anyone correct me if I am wrong please.

If you have that URL hardcoded or created in a string in NS4 Javascript and
you use it for say, "window,open(<url>, ..." then it will be truncated
instead of escaped.  Try not to do it.

J.
-- 
You're only jealous cos the little penguins are talking to me. 



***************************************************************
For more information on Ordnance Survey products and services,
visit our web site at http://www.ordnancesurvey.co.uk
***************************************************************




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to