Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing forced ad banners

Status
Not open for further replies.

noelpaz

IS-IT--Management
Feb 19, 2003
1
US
Hi,

I have a web page where the hosting company forces a banner on the top of my page. Is there a way for me to redirect this to another page (Comacast personal page that would just be a blank page or small gif) so in effect the forced IFRAME would not be displayed.

this is whatI see on the source:

<html><!-- #BeginTemplate &quot;/Templates/lazyrivercontent.dwt&quot; -->
<head>
<!-- #BeginEditable &quot;doctitle&quot; -->
<title>Home</title>
<!-- #EndEditable -->
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
<link rel=&quot;stylesheet&quot; href=&quot;my.css&quot; type=&quot;text/css&quot;>
</head>

<body bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot;>
<P align=center>
<!----------begin banner stub--------->
<IFRAME NORESIZE=&quot;NORESIZE&quot; FRAMEBORDER=&quot;0&quot; WIDTH=468 HEIGHT=60 MARGINWIDTH=&quot;0&quot; MARGINHEIGHT=&quot;0&quot; SCROLLING=&quot;NO&quot; SRC=&quot;</IFRAME>
<ILAYER WIDTH=468 HEIGHT=60 >
<LAYER SRC=&quot;</LAYER>
</ILAYER>
<!----------end banner stub--------->

</P>
<p><img src=&quot;images/Banner.gif&quot; width=&quot;400&quot; height=&quot;150&quot;></p>

In other words -- how can I do it in Java script to force a redirection of the IFRAME to a blan one as opposed to what the hosting application forces.

Thanks

Noel
 
Technically speaking, It is very easy to redirect inset or even hide it. However, it is illegal. See the similar issue: thread216-465321
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top