You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi ,
I am trying to able to disable view source option in MENU bar . I know it is very difficult to hide HTML/JS source code , but still i want to stop naive users from seeing source code.
Could you tell me how to do it.
There is no way, to my knowledge, to completely gray out the "View Source" menu item. Utilizing some JavaScript / HTML obsfusication techniques is probably your best bet.