
October 29th, 2012, 08:41 PM
|
|
Contributing User
|
|
Join Date: Nov 2005
Posts: 46
Time spent in forums: 10 h 41 m 8 sec
Reputation Power: 8
|
|
|
View Javascripts
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
Last edited by otnj2ee : October 29th, 2012 at 08:43 PM.
|