
October 16th, 2008, 06:32 PM
|
|
Contributing User
|
|
Join Date: Jan 2007
Posts: 104

Time spent in forums: 1 Day 13 h 19 m 33 sec
Reputation Power: 7
|
|
Unterminated String Literal Error
Hello,
The line I am getting this error from is -
Code:
var jsstart="<script type=\"text/javascript\" language=\"JavaScript\"> function SetValue() {self.close()} </script>";
If I remove </script> from the end, the error disappears. I have wasted a lot of time on this but I am unable to figure this one out. Any ideas guys?
|