Not so long ago, I found someone that complained about the Geocities Adframe. He wanted to move his hosting, but wanted to retain Geocities URL for some reasons...
Legend:
Black - Normal HTML Blue - Your new URL for your website Red - Optional script (for removing adframe)
<html>
<head> <title>My Geocities</title>
<SCRIPT> <!-- if(top!=self) top.location.href=self.location.href; //--> </SCRIPT>
</head>
<frameset rows="*" framespacing="0" border="0" frameborder="NO"> <frame src="www.your-new-url.com" name="redirect" scrolling="auto" noresize> </frameset>
<noframes> <body> </body> </noframes>
</html>
(Note: use notepad when editing these codes)
|