Passing non-ascii code in the href?

2000-11-24 Thread Anthony Mak
I have an asp page that use : Click here And in the jsppage.jsp, get the parameter like this: <%= request.getParameter("param"); %> In the real case, I have a Japanese character string in non-ascii-value, but the value displayed on the screen becomes unreadable. How can I pass no

Re: Passing non-ascii code in the href?

2000-11-24 Thread Y Chan
May be U can try the escape and unescape functions from javascript. e.g. at your first JSP I am not sure about where to put the quotations but it should work > I have an asp page that use : > Click here > > And in the jsppage.jsp, get the parameter like this: > <%= request.get

Re: Passing non-ascii code in the href?

2000-11-25 Thread Prabhu bharat
age. - Original Message - From: Anthony Mak <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 24, 2000 11:42 AM Subject: Passing non-ascii code in the href? > I have an asp page that use : > Click here > > And in the jsppage.jsp,