Hello,
I have an index.html file and the problem is that contains a javascript :
<script>
...
</script>
The problem is that HTML editor will display this:
'); newWindow.document.write('
'); newWindow.document.write('Click screen to close'); newWindow.document.write('
If I remove the JavaScript code everything is working fine. I also attached to this the script that I am using. My questions are: is html editor not supporting JavaScript code, or my code has something that is not working good?
Please advice. Thanks!
I have an index.html file and the problem is that contains a javascript :
<script>
...
</script>
The problem is that HTML editor will display this:
'); newWindow.document.write('
'); newWindow.document.write('Click screen to close'); newWindow.document.write('
If I remove the JavaScript code everything is working fine. I also attached to this the script that I am using. My questions are: is html editor not supporting JavaScript code, or my code has something that is not working good?
Please advice. Thanks!
Attachments
-
3.6 KB Views: 44