Advertisement
4_2005-2006 Internet/ Browsers/ HTML #159437

Block Ads on Geocities

This is a simple line of code which will block all pop-up windows and ads on GeoCities.

AI

AI சுருக்கம்: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

மூலக் குறியீடு
original-source
NOTE: I have tried to contact GeoCities about this security glitch but to no avail
By adding an open "textarea" element at the end of your HTML file, you block all pop-up windows and ads that are generated by Geocities
At the end of your </html> tag, add the following
line of code:
---------------------
<textarea rows=1 cols=1 style="display:none;">
Your HTML source file on geocities should look something like this:
------------------------------------
<html>
 <head></head>
 <body>
  .....
 </body>
</html>
<textarea rows=1 cols=1 style="display:none;">
அசல் கருத்துகள் (3)
வேபேக் மெஷினிலிருந்து (Wayback Machine) மீட்டெடுக்கப்பட்டது