Suppose I have a line like this on a HTML page:
<script src="/script/myscript.js" type="text/javascript"></script>
and suppose the server is not allowing me to load myscript.js directly from the browser.
Is there a way to see the javascript code inside this script from within the browser?
thanks.


