Hi all
I have trouble with tracking whether my image file is loaded.
i use DHTML to change my image. HERE is the code:
<img name="someimage " src="1.jpg"
onclick="docume nt.all.someimag e.src='someimag e.jpg">
but how can i determine whether "someimage. jpg" is loaded? and can i get the
download percent of a file?
Thanks in advance
I have trouble with tracking whether my image file is loaded.
i use DHTML to change my image. HERE is the code:
<img name="someimage " src="1.jpg"
onclick="docume nt.all.someimag e.src='someimag e.jpg">
but how can i determine whether "someimage. jpg" is loaded? and can i get the
download percent of a file?
Thanks in advance
Comment