It's been a couple of years, and I'm forgetting something real easy and stupid here... In the code
document.write("Hi, this is to long to fit on one line
so it is on two"
;
I am getting an unterminated string constant error which I am assuming is coming from that fact that the end " is not on the same line. Please refresh my memory - how the %^&% do you span multiple lines within the quotes?
Thanks in advance
document.write("Hi, this is to long to fit on one line
so it is on two"
I am getting an unterminated string constant error which I am assuming is coming from that fact that the end " is not on the same line. Please refresh my memory - how the %^&% do you span multiple lines within the quotes?
Thanks in advance