If I include a javascript file as
<script language="JavaScript" type="text/javascript" src="js/test.js"></script>
in a jsp page.
When the page is loaded, the users can use the View Page Source function to see the above line of code.
My question: Can the users see the content of the test.js file as indicated above? If so how could they do it?
Thanks
