How can I get rid of OpenDNS? If I can't get rid of it, I will get rid of Mozilla

OpenDNS blocks websites that I want to view. I do not want to use Open DNS. If I must use this server to use Mozilla/firefox, I will go back to IE. Let me know specifically how to remedy this.

I do not pres right mouse button! I press left mouse button on any link on the web site to get sites likned to and the alert box turn up all the time :-(
My web site do have a code for right mouse click:
<script language="JavaScript1.1"> function right(mousebutton) { var msg1 = "Hey!! Look but don't touch!!"; var msg2 = "Isn't this the most annoying script since BLINK?!"; if (navigator.appName == 'Netscape' && mousebutton.which==3) { alert(msg1); return false; } else if (navigator.appName == 'Netscape' && mousebutton.which==1) { alert(msg2); return false; } else if (navigator.appName == 'Microsoft Internet Explorer' && event.button == 2) { alert(msg1); return false; } else if (navigator.appName == 'Microsoft Internet Explorer' && event.button == 2) { alert(msg2); return false; } return true; } document.onmousedown = right; </script>
And it work just fine with IE, I do not like peolpe to download my family picts, thats why I did put in the code in my source.
Just to copy your code and paste into my script does not work.
Please help me, I like my web site to work also with Firefox.

Similar Messages

Maybe you are looking for