Hi,

I am currently facing a big problem and I hope that someone can help
me:
The following statement works perfectly in any browser except Internet
Explorere:

alert("foo");
document.observe("dom:loaded", function() {
    // Some code
    alert("bar");
});

In this case Internet Explorer would only alert "foo" but never alerts
"bar" while in any other browser two pop up boxes would appear. Does
anyone know why this happens?

Best regards,

floce

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to