Note that this only works with the ALERT BOX METHOD! This cannot breach silent anti right clicks.
To save an image on a page with alert box anti right clicks in IE:
1. Simply click and hold the image
2. While holding the left mouse button, drag the cursor into the address bar.
3. When the new page with the image comes up, save it as normal.
To right click on a page with alert box anti right clicks in IE:
1. Right click so that the alert box comes up.
2. Hold down the left mouse button on the "OK" button in the alert box.
3. While holding down the left mouse button, click and hold the right mouse button on the "OK" button as well.
4. At this point you should be holding both mouse buttons down.
5. Release the left mouse button (the alert box will go away).
6. Without releasing the right mouse button, move the cursor over the position you want to right click.
7. Release the right mouse button.
There you have it!
Also see my post on the best way to block source code thieves.
Another way, in IE, to view the source when it is disabled is to type in "view-source:" and then the http:// URL and it will open automatically for you.
Or, if a site won't let you save it, nor will let you view the code, you can also copy the cached version of the page out of your Temporary Internet Files folder, and then open that one in a html editor, or simply change the extension of the file into .txt so that you can read the code into a text editor. Of course, the page's pics etc. are also stored in that same Temp. Int. Files folder, if you need those as opposed to (just) the page...
Try typing
javascript:void(document.oncontextmenu=null)
in the address bar on a site that won't let you right click, then try to right click.
Try it here: http://www.weblockpro.com
Have fun.