davidwoo
Posts: 53
|
| Posted: 02/04/2007, 1:24 PM |
|
Hi All,
<script language="JavaScript" src="ClientI18N.asp?file=Functions.js&locale=en" type="text/javascript" charset="utf-8"></script>
How to hide functions.js being view on the source code window? So people won't know we have the functions.js file.
TIA
|
 |
 |
peterr
Posts: 5971
|
| Posted: 02/05/2007, 2:05 AM |
|
That's rather not possible. Web browsers need to be able to execute those Javascript functions, thus if Web browsers can see it then everyone else can also see it. Standard way the Web works.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|