Here is the HTML:
------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>DELME</title>
<script type="text/javascript" src="/js/prototype.js"></script>
<script type="text/javascript" src="/dm/lib.js"></script>
</head>
<body>
</body>
</html>
------------------------------------------
Here is lib.js:
------------------------------------------
function init() {
alert('foo');
}
document.observe('dom:loaded', init);
------------------------------------------
What fundamental mistake have I made to prevent this from running in
Firefox? It works fine in IE which is a puzzling reversal as far as
I'm concerned.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---