This code goes inside the code in your HTML.
In the middle of the code you will see a couple linnes that look like this:
var msg1 = "Hey!! Look but don't touch!!";
var msg2 = "Isn't this the most annoying script since BLINK?!";
This is where you add your own message. Where you see, "Hey!! Look but don't touch!!" and "Isn't this the most annoying script since BLINK?!" you can change the words inside the quotations to whatever you want them to be. This is what people will see in the pop up box when they try to right click on your page.
Problem: When I tried this script in Mozilla the popups worked fine but it didn't keep the menu from popping up. People may still be able to right click and double click when using the Mozilla browser.
Back To the Code
** I made one little change to the code because it wasn't letting you click on the links. It works now. Thank you!

