Re: [htmltmpl] Re: Loop Quirk???

2005-07-21 Thread Michael Graham
your HTML elements are nested in in a way that IE can't deal with. So I guess I asked you to post the wrong part. What you really should be looking at is the value of 't', i.e. the rendered HTML::Template loop; examining it for strutural or

Re: [htmltmpl] Loop Quirk??

2005-07-21 Thread Michael Graham
generated from it? Where do 'name' and 't' get assigned? If name doesn't change from iteration to iteration, then maybe window.getObject(name).innerHTML gets clobbered by an assignment in a later iteration of the loop? Mi