Making your Web Application Copy Protected

Rakesh Vikram replied to Arvind M at 08-May-08 05:51

On body tag write the below code. This will disable the right click so that you can avoid 'Copy'

      onselectstart="return false;"

But, this doesnt block the option of saving images in your web page. But i think that you also have to disable the 'save as' option in order to avoid saving the entire web page.

 

 


Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  How To Make ASP.NET 2.0 Web Application Copy Protected - Arvind M  08-May-08 06:08 6:08:23 AM
      Re: - Aravind Kumar  08-May-08 05:45 5:45:13 AM
          Re:. - Arvind M  08-May-08 06:10 6:10:52 AM
      Making your Web Application Copy Protected - Rakesh Vikram  08-May-08 05:51 5:51:14 AM
          Re: - Aravind Kumar  08-May-08 06:17 6:17:56 AM
              Re: - Arvind M  08-May-08 06:28 6:28:18 AM
              Blocking source code in Browser... - Rakesh Vikram  08-May-08 08:09 8:09:03 AM
      Protect your website - Sanjay Verma  08-May-08 06:37 6:37:09 AM
      conceal source code - mv ark  08-May-08 06:38 6:38:34 AM
      Can't hide ur code - chakradhar koturu  08-May-08 10:49 10:49:29 PM
          Re:Can't hide ur code - Arvind M  09-May-08 12:54 12:54:09 AM
              Re: - chakradhar koturu  09-May-08 04:12 4:12:33 AM
                  Re: - Arvind M  09-May-08 04:31 4:31:19 AM
              Re: - chakradhar koturu  09-May-08 04:30 4:30:02 AM
                  Re::::: - Arvind M  09-May-08 04:48 4:48:40 AM
                      Re: - chakradhar koturu  09-May-08 10:15 10:15:10 AM
      Web Application Copy Protected - james lupi  09-May-08 07:58 7:58:18 AM
View Posts