Unterminated Line Constant in JS
Posted: Sat Sep 04, 2004 5:14 am
This is something I need to do but js wont accept:
Gives Unterminated Line Constant
Code: Select all
<SCRIPT LANGUAGE=Javascript>
document.write('
a
b
c
');
</SCRIPT>