> (.JS page code)
>
> function RunWait() {
> document.write('<object
> classid=""> > codebase=""> > ,0" id="loading" width="197" height="52"\n');
Where is your closing ">" (for all tags)?
> ( .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>
You are missing the "type" here.
Validate your HTML, even if it is written from a script.
Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

