Posted by Alec on Mon, 09 Mar 2009, in JavaScripts
Somehow Javascript complaint about Unterminated string constant when I tried to add a line break (\n) into a string variable. If viewed in source, it looks alright. After all, do something like that fix that problem: string strMessage = "return confirm('Are you sure you want to delete this employee profile?\\n";