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