Hey thanks for ur response, but still cannot work. seems like i need to
replace the spaces with "+" to make it work in Netscape. Like the code
below.

<BODY BGCOLOR="#FFFFFF">
<% String link="Khoo+Swee+Chin";%>
<A HREF="cuba2.jsp?Name=<%=response.encodeURL(link)%>"><%=link%></A>

This is what response.encodeURL suppose to do right?

===========================================================================
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