Hi DP Familiy, Does anyone know how to lock code content or block others from being able to view auto-responder code from being reveal when someone right clicks and selects 'view source?' Without it, anyone can bypass the optin and get the URL to our ebook or wep portal to membership sites. Please help. Any suggestions are wecome. Thanks
View Source can only reveal Html, JS, Css and other front-end code but cannot reveal php and other back-end programming code
There's no way client side code like JS, HTML, CSS can be blocked from view. If it could be blocked, then the browser wouldn't be able to interpret it. Changing your site so that the information you want to hide is ran on the server side (PHP for example) is how you conceal processes. Never put anything in HTML you don't want the whole world to see.