V
vanitha
Hi All,
I am using "C" to generate the javascript code. And i am getting the
following error message "Unterminated string literal" in the mozilla
webbrowser for the following syntax.
unsigned char *Buf="Test"
printf("alert(\"%s\");\n\n",Buf);
I see an error message alert("Test Unterminated string literal in the
Javascript console of Mozilla web browser.
I am using "C" to generate the javascript code. And i am getting the
following error message "Unterminated string literal" in the mozilla
webbrowser for the following syntax.
unsigned char *Buf="Test"
printf("alert(\"%s\");\n\n",Buf);
I see an error message alert("Test Unterminated string literal in the
Javascript console of Mozilla web browser.