Hi!
I just tried to use prototype for writing "Foo" into document's body
(in fact, I just broke down a little more complex code into this). But
the IE doesn't find the document.body.update function (in Firefox, all
works perfect):
<html>
<head>
<script src="/javascripts/prototype-1.6.0.3.js" type="text/
javascript"></script>
<script type="text/javascript">
Event.observe(window, 'load', function(){
document.body.update('Foo');
});
</script>
</head>
<body></body>
</html>
Am I using the correct DOM event on IE, or which other mistake is in
my code?
Thank you!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---