On Sat, Mar 13, 2010 at 02:43, JoJo <[email protected]> wrote: > I'm doing some cross-site AJAX hack by dynamically inserting a script > tag. […] > On every browser but IE6, this works.
Personally, I load in the content via XmlHttp, and insert it into a tag. There are some things to take into account when doing this. The insertBefore trick is based on information from John Resig. I created a pastie script here: http://pastie.org/867745. The 'data' variable holds the loaded script. -- 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.
