Forum Moderators: open
<picture1>
delay()
<picture2>
How can i write to the browser, when the firts image is loaded. The same function in javasript on the server side is flush(), but i am using client side scripting. Can anywone help on this please.
Thanks
Initially just put up a single BLANK pixel sized to the second image.
<image1>
<blank>
Set a 2 second timer on the document that then replaces the blank image with the actual image, like a mouseover works. You can preload the image which the document loads so it's ready when you are.