eg. the file name is testjs.txt, it contain the content:
<javascript> alert("777")</javascript>
In compatibility view, it shows the popup alert:
While in standard mode, it shows the content:
The popup one is a cross site scripting issue, we need to find method to fix this, why in compatibility view, it execute the js? How we prevent this?