[thelist] IFRAMES

Erik Mattheis gozz at gozz.com
Tue Mar 4 04:22:01 CST 2003


First, a suggestion: Not sure if you abbreviated your code, but if
you're interested in backwards compatibility, you should duplicate the
content your iframe content in the iframe tag ... which should be easy
as you're using CF ... ie,
<iframe><cfoutput>#iframe_stuff#</cfoutput></iframe>

But I can see a few possible causes of the problem you describe:

Are you possibly defining the text color in your iframe doc as #ffffff
but not defining the background color so the iframe's background color
as something else (thus it shows your browser's default of a white
bacground)?

Other possible explanation: that you said "pop.cfm contains:" when your
iframe src is actually "popup.cfm" ... and this is not a typo in your
email, but the actual file name ... which would make the iframe src a
404 error.

OK, Jason's response just came in. My comment on that:

I certainly am not surprised that MS gives example code of:

<HTML>
<BODY  STYLE="background-color:transparent">
<P>Transparent.
</BODY>
</HTML>

Giving them the benefit of the doubt, I suppose they could have omitted
the </p> to make up for bloat elsewhere.

On Tuesday, March 4, 2003, at 03:24  AM, Stevenson Ngila wrote:
> Here is my iframe:
>
> <iframe name="popUpDiv" id="popUpDiv" frameborder="0" marginheight="0"
> marginwidth="0" scrolling="no" src="popup.cfm"></iframe>
>
> and pop.cfm contains:
>
> <div id="popUpDivmenu">
> 	<div id="imgDiv" align="center"><img src="imgs/hourglass
> wait.gif"></img></div>
> 	<div id="textDiv">Retrieving data........</div>
> </div>
-----------------------
Erik Mattheis
GoZz Digital
<http://goZz.com/>
Flash and ColdFusion Development
Minneapolis, MN
-----------------------




More information about the thelist mailing list