Hello.

I've one question.
I've made a layer and when the mouse passes over it, the handler does the
following:

function over(ref) {
   var n=ref.myname.charAt(3);
   if (desplegado!=n) {
      setBgColor(ref.id,color_over)
      if (is.ns) setText("sup"+n,"blabla");
   }
}

That works perfect in IE and NS. But if I make the setText with IE (using
innerHTML) then it's like if another event was generated, and it doesn't
work well.

I've tried to set the handler function to null before the SetText and then
after the setText restart it, but it doesn't work.

Any solution ?

Thanks.
--------------------------------------------------------------------------
--
Carlos Pacheco Navas                               Departament
d'electrònica
Enginyeria La Salle                                CeDEI
Tef: 93 290 24 35                                                Fax:93 290 24 16
http://www.salleurl.edu/~carlosp
--------------------------------------------------------------------------
--

smime.p7s

Reply via email to