Title: Colonial Scoreboard Stats
Yes you can, I have done it both from
<img src="blah" >
and from:
blah = new Image()
blah.>
or
blah.>
 
The only thing is, ns4.01 to 4.03 have a bug with this, which can easily be avoided though:
In browser.js:
this.ns4b = (this.ns && (this.major == 4) && (this.minor <= 4.03));
 
and then:
 
blah = new Image()
blah . ? doload() : function() {doload()}
 
Search for the "curious eye" tutorial for more info on that.
 
Richard.

   
----- Original Message -----
Sent: 30 July, 2001 20:06
Subject: [Dynapi-Help] img onload event

Does anyone know if you can use the img onload event in NS?

Reply via email to