<div>Dear all,</div>
<div>&nbsp;</div>
<div>Does the image layer support the events?</div>
<div>&nbsp;</div>
<div>I have a&nbsp;the following:</div>
<div>&nbsp;</div>
<div><font color="#0000ff" size="2"><font color="#0000ff" size="2">
<p>function</p></font></font><font size="2"> registerEvents() 
<p>{ </p>
<p>graphic.events.register(</p></font><font color="#800000" size="2"><font color="#800000" size="2">&quot;loadstart&quot;</font></font><font size="2">, graphic, onUpdatingMap); 
<p>graphic.events.register(</p></font><font color="#800000" size="2"><font color="#800000" size="2">&quot;loadend&quot;</font></font><font size="2">, graphic, onUpdatedMap); 
<p>}</p></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">
<p>function</p></font></font><font size="2"> onUpdatingMap()
<p>{</p>
<p>alert(</p></font><font color="#800000" size="2"><font color="#800000" size="2">&quot;updating&quot;</font></font><font size="2">);</font><font color="#008000" size="2"><font color="#008000" size="2"></font></font><font size="2">
<p></p></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">var</font></font><font size="2"> updateProgressDiv = document.getElementById(</font><font color="#800000" size="2"><font color="#800000" size="2">&#39;updateProgressDivMap&#39;</font></font><font size="2">); 
<p></p></font>
<p><font color="#008000" size="2"><font color="#008000" size="2"></font></font></p><font size="2">updateProgressDiv.style.display = </font><font color="#800000" size="2"><font color="#800000" size="2">&#39;&#39;</font></font><font size="2">; 
<p></p></font>
<p><font color="#008000" size="2"><font color="#008000" size="2"></font></font></p><font size="2">
<p></p>}</font><font color="#0000ff" size="2"><font color="#0000ff" size="2">
<p>function</p></font></font><font size="2"> onUpdatedMap() 
<p>{</p>
<p></p></font><font color="#008000" size="2"><font color="#008000" size="2">// get the update progress div</font></font><font size="2">
<p></p></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">var</font></font><font size="2"> updateProgressDiv = document.getElementById(</font><font color="#800000" size="2"><font color="#800000" size="2">&#39;updateProgressDivMap&#39;</font></font><font size="2">); 
<p></p></font><font color="#008000" size="2"><font color="#008000" size="2">// make it invisible</font></font><font size="2">
<p>updateProgressDiv.style.display = </p></font><font color="#800000" size="2"><font color="#800000" size="2">&#39;none&#39;</font></font><font size="2">;
<p>}</p></font></div>
<div>But this does not seem to work for me...</div>
<div>&nbsp;</div>
<div>The Functions dont get called on the onloadstart event.</div>
<div>&nbsp;</div>
<div>Any advice?</div>
<div>&nbsp;</div>
<div>Cheers</div>
<div>Dan</div>
<div><br clear="all"><br>-- <br>Radiceski Darko<br>University of Wollongong<br>Australia<br>SIFE - UOW Chapter - Alumni<br>CASUAL ACADEMIC STAFF TEACHING - UOW SITACS<br>(School of Information Technology and Computer Science,University of Wollongong)<br>
Univeristy of Wollongong - Alumni </div>