Disable View Source Page on the browser

Hi

How can I disable the VIEW SOURCE PAGE option when I right click on the webpage itself?

Thanks
ishey

Re: Disable View Source Page on the browser

Essentially - impossible to do - the browser needs to be able to process the content to display it.
You can try prevent right-click but it’s easily bypassed:
http://javascript.internet.com/page-details/no-right-click.html

Bear in mind that the source that the browser sees is not your actual PHP code, just the processed code sent by the web server, interpreted and displayed by the web browser.