aaronjudson
06-09-2005, 03:53 PM
hey
Im currently having problems with a iframe i have created. It is a IFrame that contains a message board and is refreshed every 2 minutes to allow the users to see an up to date message.
i had an older version which on refresh, held the background color, and did not flash white when it was loading. But now i have updated the site, and the message board everytime it reloads flashes white while it is loading, this is really annoying and does not look good at all.
this is the code i call on for the iframe.
<TD HEIGHT="150" ALIGN="center">
<IFRAME SRC="/english/cs/apps/includes/msgboard.cfm" NAME="iMessageBoard" WIDTH="141" HEIGHT="150" FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0" SCROLLING="NO" ALLOWTRANSPARENCY="true"></IFRAME>
</TD>
this is a snippet of the body code for the iframe
<BODY LEFTMARGIN="0" TOPMARGIN="0" STYLE="background:none transparent;">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="center">
<INPUT TYPE="hidden" NAME="txtTime"><SCRIPT>txtTime.value = showTimeSec();</SCRIPT>
<TR>
<TD CLASS="SiteText" VALIGN="top">
<!--- Scrolling Marquee Code Starts here --->
<MARQUEE BEHAVIOR="scroll" DIRECTION="up" WIDTH="141" HEIGHT="150" SCROLLAMOUNT="1" SCROLLDELAY="75" onMouseOver="this.stop()" onMouseOut="this.start()">
etc etc.
Does anyone know how to make it so that when the page refreshes every 2 minutes it does not flash white, and will hold the background?
any help will be greatly appreciated :)
If anymore information is required i will happily post it for you.
Thanks
Aaron
Im currently having problems with a iframe i have created. It is a IFrame that contains a message board and is refreshed every 2 minutes to allow the users to see an up to date message.
i had an older version which on refresh, held the background color, and did not flash white when it was loading. But now i have updated the site, and the message board everytime it reloads flashes white while it is loading, this is really annoying and does not look good at all.
this is the code i call on for the iframe.
<TD HEIGHT="150" ALIGN="center">
<IFRAME SRC="/english/cs/apps/includes/msgboard.cfm" NAME="iMessageBoard" WIDTH="141" HEIGHT="150" FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0" SCROLLING="NO" ALLOWTRANSPARENCY="true"></IFRAME>
</TD>
this is a snippet of the body code for the iframe
<BODY LEFTMARGIN="0" TOPMARGIN="0" STYLE="background:none transparent;">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="center">
<INPUT TYPE="hidden" NAME="txtTime"><SCRIPT>txtTime.value = showTimeSec();</SCRIPT>
<TR>
<TD CLASS="SiteText" VALIGN="top">
<!--- Scrolling Marquee Code Starts here --->
<MARQUEE BEHAVIOR="scroll" DIRECTION="up" WIDTH="141" HEIGHT="150" SCROLLAMOUNT="1" SCROLLDELAY="75" onMouseOver="this.stop()" onMouseOut="this.start()">
etc etc.
Does anyone know how to make it so that when the page refreshes every 2 minutes it does not flash white, and will hold the background?
any help will be greatly appreciated :)
If anymore information is required i will happily post it for you.
Thanks
Aaron