Hi,

I don't know what might cause this, but maybe you do. If I put the
code below in a html-file and open it in a popup. I get an error on
row 129 in the latest prototype.js bundled with 1.6.5.

popup.html:
<script type="text/javascript" src="/inc/api/prototype.js"></script>
<script type="text/javascript">
Event.observe(window, "load", function() {
        new PeriodicalExecuter(function() {
                alert("hello!");
        }, 10);
});
</script>


kicker.html
<input type="button"
onclick="window.open('http://localhost/popup.html', 'chat',
'width=600,height=500,resizable=yes,status=yes')" value="Popup" />


The error I get is:

"this.onTimerEvent.bind is not a function"

Anyone else got this problem, or can replicate it, and even perhaps
has a solution, I'd be very happy! =)

PS. If I reload the popup after it's loaded, it works just fine.

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to