If these Java applets don't load take a look at the Java Console
(a netscape feature)

If these messages appear, then Netscape was having a problem:

    # Security Exception: socket.connect:www.geocities.com->www.geocities.com
	    ...
    # Security Exception: socket.connect:www.geocities.com->www.geocities.com

Since no graphics were loaded, the following error is no suprise:

    java.lang.NullPointerException
      at sun.awt.motif.X11Graphics.drawImage(X11Graphics.java:209)
      at Pyramid.paint(Pyramid.java:848)
      at sun.awt.motif.MComponentPeer.paint(MComponentPeer.java:125)
      at sun.awt.motif.MComponentPeer.handleExpose(MComponentPeer.java:264)
      at java.lang.Thread.run(Thread.java:296)

Circumvention:
--------------

% nslookup www.geocities.com

Server:  ns.worldnet.att.net
Address:  204.127.160.1

Non-authoritative answer:
Name:    www.geocities.com
Addresses:  
	    205.180.58.12
	    205.180.58.151


So, where previously the URL
http://geocities.datacellar.net/SiliconValley/Lakes/8777/Pyramid50.html

was used the following would be substituted:
http://205.180.58.12/SiliconValley/Lakes/8777/Pyramid50.html

The addresses that geocities uses to 'round-robin' thru for DNS
lookups can easily change, so if you have access to nslookup, use it.
The following link should return current DNS info nslookup www.geocities.com

More information can be found at Navigator 2.02 Security-Related FAQ

Good Luck !


t_e_t_o@geocities.com

Return to t_e_t_o

1