Rather than showing/hiding the iframes, why not try having a single iframe, and dynamically setting the
SRC of the iframe (just like old-fashioned image replacement)?
Ideally, you should look at running an XSLT script on your server, but that will not be possible for everyone, so next thought is to read you file in with AJAX
This should be pretty easy - either add a
style atribute to your div with the required z-index, or add a
className to your div and set the z-index in your CSS.
I'm not convinced that your 'list' variable is in the same scope when you try to add to it, as when you try to read it - try Alert()ing that and check that it isn't a local/shadow variable.
Have a look at that final return value, and tell me if that is exactly what you have in your live code - in other words is that typo from the original, or just from copying into here?
First of all, _everything_ in JavaScript is an object, and pretty much any variable can be used without declaring it first. Generally speaking, the impact of using new to call a constructor as...
I think you missed the title of this forum:
"JavaScript (not Java) Discussion and technical support, including AJAX and frameworks (JQuery, MooTools, Prototype...)"
I think you probably can, but there is one key problem to work around, which is that when you successfully load a page, you lose the current code, and so have no obvious way or recording success! ...
In theory, what you describe is actually easier than a gallery that uses thumbnails. On the other hand, if you can't find anything close as a download, then it would be a lot of work, even for a...
Anyway, if you want an interval of exactly 24 hours, then I suspect that it would make more sense to write the task to run once, then schedule it with Task...