MM's fault, but I am not a member of any M$ groups. I am starting here in
the hopes that someone has also tried this, has experienced the same issue,
and has made it work. The code I am using now is:
(.JS page code)
function RunWait() {
document.write('<object
classid=""> codebase=""> ,0" id="loading" width="197" height="52"\n');
document.write('<param name="movie"
value="loading.swf"\n');
document.write('<param name="quality"
value="high"\n');
document.write('<param name="bgcolor"
value="#FFFFFF"\n');
document.write('<embed name="loading"
src="" quality="high" width="197" height="52"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash"\n');
}
( .CFM page calling the .JS page)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test</title>
<!--- Need to call the external JS files to take care of the new
IE browser --->
<script src="" language="_javascript_"></script>
</head>
<body>
<div align="center">
<table width="640" border="0" cellSpacing="0"
cellPadding="0">
<tr>
<td align="center"
vAlign="middle" width="100%" height="480">
<!--- We need to
use this now for the new IE browser that is coming out. --->
<script
language="_javascript_" type="text/_javascript_">RunWait();</script>
</td>
</tr>
</table>
<div>
</body>
</html>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

