Page 1 of 1

lycos ads gone!!!

Posted: Mon Jan 05, 2004 3:14 pm
by thomasd1
yeeeaaah i found out how

between <head></head>

Code: Select all

<script language="javascript">
function lycosBreak()
&#123;
if(typeof("DeleteCookie")=="function")DeleteCookie("adFrameForcePHP");
&#125;
lycosBreak()
function resizeGoogleAdFrame() &#123;
if (window != top) window.parent.document.body.cols = "*,0";
&#125;
resizeGoogleAdFrame()
//setInterval("lycosBreak()",2000);
if (window != top) setInterval("resizeGoogleAdFrame()", 1);// lower is better
</script>
and this at the end of the page

Code: Select all

<xml>

Posted: Sat Jan 17, 2004 6:36 pm
by John Cartwright
call the police

Posted: Mon Jan 19, 2004 10:04 am
by Roja
Interesting. I think the js code could be a little tighter (dont have to use functions .. would save a few lines).

But I'm more interested in why you needed to add the xml tag at the bottom.

Mind providing a link to a lycos page where you've implemented this? It would be interesting to view the resulting source.