Event.observe(window, 'load', function () {
  alert('1');
});
Event.observe(window, 'load', function () {
  alert('2');
});
Firefox, opera alerts "1" then "2", IE alerts "2" THEN "1"!! Order is
reversed and developeres are puzzled! Why isn't this issue still
fixed?!

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to