Webmaster Forum

Bidding Directory   Improve your ranking, submit to directories   V7N Directory
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Reply
 
LinkBack Thread Tools Display Modes
Old 10-27-2003, 08:34 PM   #1 (permalink)
v7n Mentor
 
Leon's Avatar
 
Join Date: 10-13-03
Location: Richmond, VA
Posts: 1,158
iTrader: 0 / 0%
Latest Blog:
None

Leon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really nice
Anti Ad?

Is there an Anti Ad I can use? Mostly for Stuff they put on my site (stuff like a damn Iframe out of nowhere) I need it for a forum.
__________________
Weight Loss | HGH
Leon is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 10-28-2003, 03:41 AM   #2 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
If you have no iframes in your site other than the ad...
set up a JavaScript to run after page has loaded, that serches for all <iframe> elements and deletes them!
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-28-2003, 07:34 AM   #3 (permalink)
v7n Mentor
 
Leon's Avatar
 
Join Date: 10-13-03
Location: Richmond, VA
Posts: 1,158
iTrader: 0 / 0%
Latest Blog:
None

Leon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really nice
Quote:
Originally Posted by LazyJim
If you have no iframes in your site other than the ad...
set up a JavaScript to run after page has loaded, that serches for all <iframe> elements and deletes them!
Thx I'll have to try that...but could you gimme the code? I don't know javascript
__________________
Weight Loss | HGH
Leon is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-28-2003, 10:42 AM   #4 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
lol i could have predicted that!

[code:1:1bd27039df]<script>
function removeI() {
var iframes = document.getElementsByTagName("IFRAME");
for (var i = 0, len = iframes.length; i < len; i++) {
iframes[i].parentNode.removeChild(iframes[i]);
}
}
</script>[/code:1:1bd27039df]
Place that in your <head> section, and add onload=" removeI()" in the body tag, (something like <body onload=" removeI()">).
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-28-2003, 01:58 PM   #5 (permalink)
v7n Mentor
 
Leon's Avatar
 
Join Date: 10-13-03
Location: Richmond, VA
Posts: 1,158
iTrader: 0 / 0%
Latest Blog:
None

Leon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really niceLeon is just really nice
hmm I think it worked but only when I refresh the page does it disappear, and it comes back after I go to another link...bah thx for the help.
__________________
Weight Loss | HGH
Leon is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Anti-Helium iFast_Presh Forum Lobby 5 07-08-2007 08:46 PM
Anti War South Politics 17 06-29-2007 05:05 PM
Anti-Leech jj2005 Coding Forum 7 09-08-2005 10:14 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 05:04 AM.
© Copyright 2008 V7 Inc