Hello Steffen ,

For future reference, this post should have gone to the users mailing
list:
http://groups.google.com/group/rubyonrails-spinoffs

Here is a patch to make Prototype more iframe friendly:
http://dev.rubyonrails.org/ticket/11475

Your usage of the "dom:loaded" observer is incorrect.
Should be something like:

document.observe("dom:loaded", function(){
  $(parent.document.body).select('a.csh-link').each(....

I believe both documents should be on the same domain as well. :)

- JDD
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to