how can I hide my website’s source code from users?
Example is here (we can’t click right mouse button):
http://www.internetine-tv.narod.ru/
Or if it is immposible maybe can I hide part of code? If i want to hide my embed TV channel’s code, can I do that? for now everyone can find It in source code.
Thank you for answers.
You’re looking to disable the context menu, take a look at this Q already on SO – How to disable right-click context-menu in javascript
Put it like this, any information you send to the browser, like an embed code, will be viewable by the user. There aint much you can do about that.