I found an article on cexx.org on using javascript to remove ads generated on youu website, then lost it.
What do I need to do to remove the ad generated by http://www.brasilsites.com at my URL http://www.kazaaliter.u2i.org?
Printable View
I found an article on cexx.org on using javascript to remove ads generated on youu website, then lost it.
What do I need to do to remove the ad generated by http://www.brasilsites.com at my URL http://www.kazaaliter.u2i.org?
Anyone got any ideas?
Hang in there for the answer. I can recall somewhat of a topic that was on this subject for geocities ads. I forgot who answered the question, but the answer had you edit the html in your source. For example, deleting the code that popped up the banner.
Okay...
Is this possible? the java script for the pop ups are seperate from your coding, I would have thought they werent available for editing....but im also interested if this is possible
Add the same functions as used to display those ads to your own code, but don't give them any actual function.
But that only works if your code is in front of the code that is inserted in your page.
thats what i figured, chances are though the adds will be placed first.....Quote:
But that only works if your code is in front of the code that is inserted in your page.
paul...how would you go about viewing the source of java script pop ups?? just the usual view>source?
the javascript is added to your page after you upload it to there servers.
so i would add some tags in telling it not to use javascript. i think they are along the lines of <noscript>
two open and closed ones at the top and the bottom should work.
i think it does any way <_<
sounds good, can anyone give this a quick test?Quote:
i think they are along the lines of <noscript>
from CEXX.org :-
This is quite old, but it has worked for me in the past.. There were stories of them scanning homepages and cancelling the accounts of users who did this, but it was never proven... (and never happened to me)Quote:
To get rid of the ad, make the following modifications at the end of your homepage:
...
</body>
</HTML>
<noscript><table bgColor="#ffffff"><td><font color="#ffffff"><plaintext>
...