Analysis Display Main page Concealment Erasing

How to remove banner.

In the Internet many systems offer to place on your page banner, button, the text reference etc. If it is really good systems and they can supplement the information located for you, why is not present. But there are also such, which do not want to register your creation without it, but also check up quantity of occurrences of banner for the users of your site. We also have the charge-free server, which undertake to place your site and give a lot of mb + CGI, however, for it on each page add banner, thinking, that you are restrained with such rule. How to remove such banners you now learn.

Structure of a banner.

Usually banners are interposed into the document by a way document.write("the code HTML"). Basically it is equal, that in that place of page to write this code HTML, but truth to use this design document.write() it is necessary to use a tag <script>, and it already allows to learnsome information on your site at addition of definite strings or to customize automatically a banner under your site and at certain conditions it to change.
The most important parts of banner are the reference to promoted page and picture with advertising. Very much frequently both reference and picture refer not to page and map, and on files CGI or other programs on the server, which at click (for the reference) and the loadings (for the picture) return to you that owe (page and a picture), however, besides write for itself, that the call has come from your page, and add to you one display or cliques.
Sometimes both reference and picture refer not to the programs on the server, but in such cases in banner has a object, latent from an eye, which just refers to them. This object is made or with width or height equal 0 or particularly by invisible property: visibility:hidden .
That the object refers to the program, help to find out strange digits in the address (your number transmits thus to program, that inc to you one point) or yours login in that system in the address.

We start business.

Many systems give you banner, that you have placed it. You, certainly, and will make and will leave their code in an initial view on couple of weeks, if the manager of that system suddenly will decide manually to test the new client. Then presence banner on your page they will check up automatically at the inquiry by your page of the data from their server. But, if you will make banner invisible, the data will be requested equally, and they to think, that you displaying a banner.
The most simple way to make this is to put their code in tags:
<div style="visibility:hidden"> the code of a banner </div>. The second way is helped by that many a service put on banner the sizes (probably they do not trust the customers of advertising, which can change a picture on the map of the large sizes). The sizes most likely cost in a tag IMG, for example:
<img src="http://www.reklama.ru/reklama.jpg" style="height:100; width:200"> Or
<img src="http://www.reklama.ru/reklama.gif " height="100" width="200">

Only change numbers.

More composite cases.

As is said in the foreword, some of the server awarding a place under a site, add banner at once after a tag <body>. And, to make changes to the text of a banner and to add the code up to a banner after <body> it will be obviously possible, therefore, previous ways to work.
However, again we are salvaged by a habit of services to put on the maps the sizes. You can object: to change the initial code it is impossible, and it is usual names to pictures providently are not given (differently it is possible simplly through the reference to a name to replace the size, for example, at a name mynane the code looks so:
<script language="JavaScript">
document.all.myname.style height=1;< br></script>

Now we are helped by access from scripts to sets of units. In the code, which is show lower, enough instead of digit [0] to put a serial number of the given tag IMG in your page. (Note: change number, adding unit, will not be moderated yet banner).
Problems and proposals ship to the address - [email protected]