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 "/Templates/lazyrivercontent.dwt" -->
<head>
<!-- #BeginEditable "doctitle" -->
<title>Home</title>
<!-- #EndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="my.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<P align=center>
<!----------begin banner stub--------->
<IFRAME NORESIZE="NORESIZE" FRAMEBORDER="0" WIDTH=468 HEIGHT=60 MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" SRC="</IFRAME>
<ILAYER WIDTH=468 HEIGHT=60 >
<LAYER SRC="</LAYER>
</ILAYER>
<!----------end banner stub--------->
</P>
<p><img src="images/Banner.gif" width="400" height="150"></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
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 "/Templates/lazyrivercontent.dwt" -->
<head>
<!-- #BeginEditable "doctitle" -->
<title>Home</title>
<!-- #EndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="my.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<P align=center>
<!----------begin banner stub--------->
<IFRAME NORESIZE="NORESIZE" FRAMEBORDER="0" WIDTH=468 HEIGHT=60 MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" SRC="</IFRAME>
<ILAYER WIDTH=468 HEIGHT=60 >
<LAYER SRC="</LAYER>
</ILAYER>
<!----------end banner stub--------->
</P>
<p><img src="images/Banner.gif" width="400" height="150"></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