A
Abraham Luna
can anyone tell me why this string throws an error:
strValues += "<tr><td><a href=\"\#\" onclick=\"javascript:" + strTextBox +
".value='" + drRDK[strValue].ToString().Replace("\\", "\\\\").Replace("'",
"\\'").Replace('"', '""') + "';" + strDiv + ".style.visibility='hidden';" +
strDiv + ".innerHTML='';\">" + strOutput + "</a></td></tr>\n\r";
my code edit colors it correctly but it throws an error
please help
strValues += "<tr><td><a href=\"\#\" onclick=\"javascript:" + strTextBox +
".value='" + drRDK[strValue].ToString().Replace("\\", "\\\\").Replace("'",
"\\'").Replace('"', '""') + "';" + strDiv + ".style.visibility='hidden';" +
strDiv + ".innerHTML='';\">" + strOutput + "</a></td></tr>\n\r";
my code edit colors it correctly but it throws an error
please help