JavaScript that loads more JavaScript?? I've had trouble with this on
IE where ajax would load HTML that had Javascript tags and evaluate
the javascript.. the getElementsByTagName would not return elements
with the "<script>" tag.

Tricky.

On Jul 24, 11:52 am, shaf <shaolinfin...@gmail.com> wrote:
> Hi Guys
>
> I have 4 scripts I want to load and insert into the html. So the
> script should download and insert the first and then the second and so
> on. How can I do this in such a order ? From my research it looks like
> a queue is the best option for this. Is this true ? If yes, how do I
> go about to doing it ?

Reply via email to