iframe generation problem
-
Hi all. I am struggling with for the last 2 days, tried everything after googling a solution. I build up an ad in an iframe via code and render it on an ascx page like so:
if (showAd) writer.Write("",this.AdFrameWidth, this.AdFrameHeight, this.AdFrameURL);
The iframe is embedded within an html table cell. It seems to work now and then on firefox and never in IE 7. Is there something I am missing to make this frame show everytime the page loads? Any help is greatly appreciated. M
-
Hi all. I am struggling with for the last 2 days, tried everything after googling a solution. I build up an ad in an iframe via code and render it on an ascx page like so:
if (showAd) writer.Write("",this.AdFrameWidth, this.AdFrameHeight, this.AdFrameURL);
The iframe is embedded within an html table cell. It seems to work now and then on firefox and never in IE 7. Is there something I am missing to make this frame show everytime the page loads? Any help is greatly appreciated. M
not sure but drop a iframe control on the page and look at the syntax .. generally to my knowledge because of improper syntax this happends
If You win You need not Explain............ But If You Loose You Should not be there to Explain......
-
not sure but drop a iframe control on the page and look at the syntax .. generally to my knowledge because of improper syntax this happends
If You win You need not Explain............ But If You Loose You Should not be there to Explain......