Posted 20 years ago
by SamWare
i'm having trouble with JScript code blocks inside of HTML not being completely recognized as JScript.
here's a simple example you should be able to reproduce in the "SyntaxEditor Sample Editor Application". just change the language to HTML, and paste this code pretty much anywhere.
here's a simple example you should be able to reproduce in the "SyntaxEditor Sample Editor Application". just change the language to HTML, and paste this code pretty much anywhere.
<script>
var test = "</script>";
hmm.
</script>