Thanks for your answer. Yes, that example may be very specific and so not fore core, but:
<!DOCTYPE html> <html> <head> <script type="text/javascript" src="http://prototypejs.org/assets/ 2009/3/27/prototype.js"></script> <script type="text/javascript">// <![CDATA[ document.observe('dom:loaded',function(){ (function (){ $$('body')[0].update('<a id="ups">asd</a>'); (function(){ var u = $('ups'); if(u==null) alert('ups...'); }).defer(); }).delay(1); setInterval(function(){ $$('body')[0].update(''); },1); }); // ]]></script> </head> <body> </body> </html> --~--~---------~--~----~------------~-------~--~----~ 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 prototype-core-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---