infernothebest Posted August 18, 2008 Posted August 18, 2008 (edited) i try to remove the ad from tribalwars.nl but nu luck yet anyone a idea how to do this with the _ie functions, i wanna embed this into my script. this is the page source code from the site <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Tribal Wars</title> <link rel="stylesheet" type="text/css" href="stamm.css" /> <script type="text/javascript"> // <![CDATA[ window.setInterval("reload('ad_sky.php')", 180000); var lastLocation = null; function reload(src_ad) { var currentLocation = frames.main.location.href; if(lastLocation != currentLocation) { frames.ad.location=src_ad; lastLocation = currentLocation; } } // ]]> </script> </head> <frameset cols="*, 165" frameborder="0" framespacing="0" border="0"> <frame frameborder="0" marginwidth="5" marginheight="5" border="0" src="game.php?screen=overview&intro&popup" name="main" /> <frame frameborder="0" scrolling="no" noresize marginwidth="7" marginheight="0" src="ad_sky.php" name="ad" /> </frameset> </html> Edited August 18, 2008 by infernothebest Apple Keybord shortcuts for XP
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now