View Single Post
  #2 (permalink)  
Old 07-26-2005, 04:02 PM
speed speed is offline
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Cornwall, UK
Posts: 972
speed RepRank 1
Default

Looking at the site in Firefox it's reporting an error in line 1 of norightclick.js

If I try accessing the JS file I get a custom error page, therefore I believe that the norightclick.js file is not on your server or can not be read and therefore the browser is trying to run your error page as JavaScript which of course doesn't work.

If you remove the reference to norightclick.js ie. delete:
<script language="JavaScript1.2" src="norightclick.js"></script>

I think the page will work.
Reply With Quote