Hi MochiKitters,

I've been using the following trick successfully for a few months now.
It _seems_ to work fine cross-browser and cross platform.

<script type="text/javascript">
  signal(window,'ondomload');
</script>
</body>
</html>

But based on the recent thread about implementing ondomload, I assume
that there must be cases when a simple signal at the end of the dom
isn't enough.

Can anyone give me a quick earful about why the above isn't the best
way to do it?

-- 
Chris Snyder
http://chxo.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" 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/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to