I found something very strange. When you post something like this on your html page, the browser (tested on FF and Chrome) just stops displaying the page in this place:
<script type="text/javascript"> </script>
Obviously, you can also:
<script type="text/javascript"> var Crash = "<!--<SCRIPT>"; </script>
Or:
<script type="text/javascript"> var Crash = "<!-- WHATEVER YOU WANT HERE <SCRIPT>"; </script>
Any ideas why this is happening?
javascript browser
Simon siegenthaler
source share