Try this:
Replace this:
window.onload = function(){
        ...
}

with:
Event.observe(window,"load",function(){
        ...
});

If the issue persists, then verify that the third form (I assume it's
#form_comment) is rendered to the page during the load process and not
loaded by some other post-load event.  Also, make sure that the id of
the form really is 'form_comment' (could be as simple as a typo).

Brian
--~--~---------~--~----~------------~-------~--~----~
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