If you add the `img' or `object' element objects to the DOM tree yourself,
or provide a URI for the `src' or `data' attribute of the respective `img'
or `object' elements that does not refer an image resource at first, then
the corresponding images will not load before that takes place or you modify
the `src' or `data' attribute of those elements to refer to an image resource.
In any other way that is not possible, at least not interoperably, as
client-side DOM script support does not even have to be present, let alone
sufficiently enabled.
HTH
PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <
[email protected]>