Hi david, I don't have an example to show you, and it happens so randomly. FWIW, I'm loading prototype on-demand with element.appendChild(), which probably complicates things a little.
I just found reference to setInterval() in Javascript, will look into that to see if it fits my needs. Thanks. On Feb 16, 3:50 pm, david <[email protected]> wrote: > Hi robert, > > It's hard to guess your problem, but, javascript are loaded > synchronously, so that not the reason. > If you have an exemple, I could help you? a little bit more !? > > -- > david > > On 16 fév, 23:31, chienr <[email protected]> wrote: > > > Hi, > > > Intermittently, I get a browser popup error that says: > > > ======================================================== > > RJS error: > > > TypeError: Value undefined (result of expression Element.insert) is > > not object. > > ======================================================== > > > My suspicion is that since included javascripts are loaded > > asynchronously, sometimes prototype.js doesn't finish loading before > > the page.insert_html is called. Does it sound right? If so, I suppose > > the solution involves testing whether Element.insert is defined, and > > if not, wait a little while and test again. What's the best way to do > > this as there's no sleep() in javascript? > > > Any assistance is appreciated. > > > Thanks, > > Robert --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
