I need to put a javascript inside a document.write function.
For example:
<SCRIPT>
newwin.write("hi<script src=''></script>");
</script>
The problem is that the close script tag closes the original open tag and so you get an unterminated string constant error.
Can anyone help?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.