I need to put a javascript inside a document.write function.
For example:
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?
For example:
Code:
<SCRIPT>
newwin.write("hi<script src=''></script>");
</script>
Can anyone help?