Hi,
I want to hide the javascript in my programme so that no one can see by using view code in the brower.
Thanks
-
how to hide the javascript (3 messages)
- Posted by: sukhbir bhavra
- Posted on: May 31 2001 01:37 EDT
Threaded Messages (3)
- how to hide the javascript by Sreenivasa Murthy on May 31 2001 02:54 EDT
- how to hide the javascript by sukhbir bhavra on May 31 2001 03:44 EDT
- how to hide the javascript by Keith McRae on May 31 2001 05:24 EDT
- how to hide the javascript by sukhbir bhavra on May 31 2001 03:44 EDT
-
how to hide the javascript[ Go to top ]
- Posted by: Sreenivasa Murthy
- Posted on: May 31 2001 02:54 EDT
- in response to sukhbir bhavra
hi pinky
u can do in this way. just include this
<script language="javascript" src="/prog/example.js">
see here in src attribute u need to specify the path where ur going to store ur javascript code. u should save ur javascript code in .js page.
-
how to hide the javascript[ Go to top ]
- Posted by: sukhbir bhavra
- Posted on: May 31 2001 03:44 EDT
- in response to Sreenivasa Murthy
thanks
I got it
-
how to hide the javascript[ Go to top ]
- Posted by: Keith McRae
- Posted on: May 31 2001 05:24 EDT
- in response to sukhbir bhavra
Remember that this will not prevent people gaining access to the .js file if they want to. Your original page will detail the location of the .js file that can be loaded as a text file.