Tails
03-01-2003, 07:37 PM
The source of a script had a some lines like this:
playster=new Image()
playster.src="play2.gif"
if(playster.complete == false)
{setTimeout("checkload()",100)}
What is .complete? I searched and found no prototypes assigned or external scripts. So that must mean that .complete has some kind of official meaning in javascript?
playster=new Image()
playster.src="play2.gif"
if(playster.complete == false)
{setTimeout("checkload()",100)}
What is .complete? I searched and found no prototypes assigned or external scripts. So that must mean that .complete has some kind of official meaning in javascript?