Hello everyone,
Can anyone please tell me how to hide javascript code.?
Printable View
Hello everyone,
Can anyone please tell me how to hide javascript code.?
Can't be done (read the sticky at the top of this forum). Your code isn't that special anyway, believe me.
I find that burying it in the garden works well.
I mean when someone try to view my source code,he shouldn't be able to view javascript code..is that possible anyway ??
If you use an Iframe to embed one web page in another, all that you see is the code of the "parent". Unfortunately it is easy enough to work out from that how to call the child page directly! So it can be hidden from casual view, but not very effectively. Basically, if the web browser can read it, so can anyone.