Hi,

Take a look at:
java.net.URLEncoder

At 11:18 AM 2000/06/29, Shashwati Panigrahi wrote:
>Hi All ,
>         I have a jsp displaying the title of a News .. when I click the
> title it
>has to fetch the details using a servlet and then display the information
>in another jsp .
>         This works fine in IE since all the white spaces are replaced by
> %20. But
>this doesn't work in NN since the white spaces are passed as they are and
>they result in an error.
>         Can anybody please send me the code for converting the white
> spaces in the
>URL on NN to "%20" (on clicking which the servlet is invoked).
>         Thanks in Advance,
>Shashwati
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

-Deon
------------------------------------------------------------------
Cellpoint SA (Pty) Ltd.        | GSM data communication solutions
http://www.cellpt.co.za        | http://labs.cellpt.co.za/~deon
Voice: +27-(0)11-254-5100      | Fax: +27-(0)11-805-6053

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to