ERROR?

  • sazn
  • Student
  • Student
  • User avatar
  • Joined: Apr 05, 2004
  • Posts: 98
  • Status: Offline

Post April 27th, 2004, 8:10 am

I was just wondering if anyone help me out with an error i have on my site. On the main page when viewed in MSIE 6 in the status bar there is one of those exclaimation marks in a yellow box saying there is an error. I've looked at the details and it says the error is on line 170 char 1. I've checked my source code and there seems to be nothing wrong. Can anyone work out the problem?
my site address is http://sanandreas-zone.tk
thanks
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post April 27th, 2004, 8:10 am

  • rtm223
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Mar 24, 2004
  • Posts: 1855
  • Loc: Uk
  • Status: Offline

Post April 27th, 2004, 8:21 am

I gets three errors....

Firstly:
Code: [ Select ]
function PUlaunchPU(){
    var PUwin;
    var addIt = PUisIE_NAV4 ? ',top=5000,left=5000' : '';
    PUwin=window.open('about:blank','PUwin', 'width='+PUwinWidth+',height='+PUwinHeight+', etc etc etc...;
    PUwin.blur();
    return PUwin;
}
  1. function PUlaunchPU(){
  2.     var PUwin;
  3.     var addIt = PUisIE_NAV4 ? ',top=5000,left=5000' : '';
  4.     PUwin=window.open('about:blank','PUwin', 'width='+PUwinWidth+',height='+PUwinHeight+', etc etc etc...;
  5.     PUwin.blur();
  6.     return PUwin;
  7. }


It doesn't like you bluring the window, although I think that si because Firefox won't let you open the window in the first place. So we'll ignore that for now.

The other two errors are both:

javascript debugger wrote:
Error: uncaught exception: Permission denied to get property Window.gg


apparently you have tried to access the object/property gg of Window....
Window probably should not have a capital W and wtf is "gg"? I cannot find this line of code anywhere.....
CSS website design tutorials
  • rtm223
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Mar 24, 2004
  • Posts: 1855
  • Loc: Uk
  • Status: Offline

Post April 27th, 2004, 9:41 am

ok I jus noticed that you are hosted with geocites....

Go to any geocities and you will get a javascript error. If you don't want the alert bit there, change hosts.

Still not sure what the gg thing is though.
CSS website design tutorials
  • sazn
  • Student
  • Student
  • User avatar
  • Joined: Apr 05, 2004
  • Posts: 98
  • Status: Offline

Post April 28th, 2004, 8:37 am

ok thanks for the help. looks like i'll be changing hosts

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 218 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.