2
   

Stack Overflow in IE

 
 
NeoGuin
 
Reply Thu 16 Mar, 2006 07:59 am
I'm working on yet another web page and I'm getting a weird error when I load the page I get a "Stack Overflow" alert, but the script does as it's supposed to.

Here's the script (It's a variation on the "Terror Alerts")

Code:
statusCode = 'severe';
alertStatus = new Array()
alertStatus['elevated'] = "Images/Elevated.jpg";
alertStatus['guarded'] = "Images/Guarded.jpg";
alertStatus['high'] = "Images/High.jpg";
alertStatus['lost'] = "Images/Lost.jpg";
alertStatus['low'] = "Images/Low.jpg";
alertStatus['severe']= "Images/Severe.jpg"

function showStatus(){
if (document.images){
document.status.src=alertStatus[statusCode];
}
}


And the html that calls it

Code:
<img src="Images/Blank.jpg" width=160 height=40 name="status" onLoad="showStatus()">


PS. The idea is to the script in a file and people link to it--a la the "Cost of War" clock.
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 2 • Views: 3,246 • Replies: 3
No top replies

 
gustavratzenhofer
 
  1  
Reply Thu 16 Mar, 2006 09:40 am
I'm sorry, NeoGuin, but I have no idea what that crap means.

But your thread is no longer unanswered and it has been moved near the top of the page. Hopefully someone will see it and offer some assistance.

I have to leave now. There are other people out there who need my help.
0 Replies
 
NeoGuin
 
  1  
Reply Sat 18 Mar, 2006 08:46 pm
PROBLEM SOLVED!
0 Replies
 
igorz
 
  1  
Reply Mon 13 Aug, 2007 10:04 am
Hi there! We are experiencing the very same problem. Could you please let us know what does this mean and how we can solve it, as you seem to figure it by now Smile))

Thanks!
Igor.
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » Stack Overflow in IE
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/24/2024 at 11:23:37