|
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.
|
Title: Colonial Scoreboard Stats
- [Dynapi-Help] img onload event Doug Melvin
- Re: [Dynapi-Help] img onload event Richard Bennett
- Re: [Dynapi-Help] img onload event Michael Pemberton
- Re: [Dynapi-Help] img onload event Doug Melvin
