E
EnjoyNews
Hi
I have made a very simple JavaAjax like this:
<div class="iconbox" onmouseover="InProcess('my text', 'inprocess', 'In
Process');"></div>
<div id=inprocess"></div>
and it opens a small windows with the 'my text' in it, in a div below the
icon.
BUT... how do i close it again with onmouseout ?
Is there a simple way ?
I have made a very simple JavaAjax like this:
<div class="iconbox" onmouseover="InProcess('my text', 'inprocess', 'In
Process');"></div>
<div id=inprocess"></div>
and it opens a small windows with the 'my text' in it, in a div below the
icon.
BUT... how do i close it again with onmouseout ?
Is there a simple way ?