Yahoo!GeoCities

Summary:
URL- http://www.geocities.com
Description- GeoCities did away with the ever un-popular "GeoPop" and replaced it with a new annoying little DHTML thing that sits in the upper right hand corner of your page. Here's how to kill the "Geo Square":

In the upper-right corner of the "Geo Square" is an "X" which is used to close the window. This calls the Javascript function "yfOC" in a file hidden on their server. To disable the new "Geo Square" you just have to call the function that shuts the thing down when you load your page. This is done like so:

<BODY onLoad="yfOC(-1)">

Or, if you prefer:

<HTML>
<HEAD>
<SCRIPT LANGUAGE="javascript">
<!--
  function yfOC() {
    self.close();
  }
//-->
</SCRIPT>
<TITLE>Your Title Goes Here</TITLE>
</HEAD>
<BODY>
<!-- Your page goes here -->
</BODY>
</HTML>





[ Back to the Main Listing ]





© Copyright 1999 Kendall Dawson.
All rights reserved.