We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We automatically run JavaScript in the included file.
We include a JS file:
<script src="../Scripts/AutoRun.js" type="text/javascript"></script>
And inside it we execute JavaScript:
document.write("<p>JavaScript text run automatically</p>");
The point is that arbitrary JavaScript is run without us ever explicitly calling it. This can be useful or dangerous, depending on how it is used.