JSP to JavaScript error

2003-02-04 Thread Jan Arenö
Hi, this is a JSP/Javascript question I send a Oracle db Rowid between two pages. Since the Rowid can contain '+' char i use URLEncoder.encode. I have a link Next page function nextPage(rowid) { //Do some stuff... and end in: eval("document.location='step3.jsp?searchrow="+rowid+"'"); } Th

Re: JSP to JavaScript error

2003-02-04 Thread Vikramjit Singh
PROTECTED] Subject: JSP to JavaScript error Hi, this is a JSP/Javascript question I send a Oracle db Rowid between two pages. Since the Rowid can contain '+' char i use URLEncoder.encode. I have a link Next page function nextPage(rowid) { //Do some stuff... and end

Re: JSP to JavaScript error

2003-02-04 Thread Vikramjit Singh
edString) { String formattedString = null; if (unformattedString != null) { formattedString = ""; for (int i=0; imailto:[EMAIL PROTECTED]]On Behalf Of Vikramjit Singh Sent: Tuesday, February 04, 2003 4:11 PM To: [EMAIL PROTECTED] Subject: Re: JSP to JavaScript error when you encode it yo