Hi,
The content within the html page is all present at the loading of the html page itself, so multi page content intact at the time of display. Its pre built and a static html page in effect with multiple inner pages. The inner pages each (at the moment) has a single image which I only want to be pulled if the inner page in question is actually displayed to the user.
One thing I have tried is to leave the source field for the img as blank, so src="" and then use a jquery #IMG-ID .attr - src = imagefilename (assuming that the JS will only pull the src image if the JS is displayed within the browser? hmm), which works fine in desktop Safari (correction, does not show in Desktop Safari), but under iPhone tests it shows a broken image and does not refresh the DOM I guess.
Thx for taking the time to answer me.
Ian