1.  Please use the DynAPI-help list for this (that's why I replied it to
that list)
2.  without code it's hard to see what you'r doing.
3. NS6 is not yet 100% supported, so bugs might still be in there.
4. you basically only have to use a ; between two commands.. so :

document.write('test')
document.write('hi')

is the same as:

document.write('test'); document.write('hi')

5.  Please use the DynAPI-help list for this (that's why I replied it to
that list)


Pascal Bestebroer ([EMAIL PROTECTED])
Software ontwikkelaar
Oberon Informatiesystemen b.v.
http://www.oibv.com

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Carlos
> A. Pacheco Navas
> Verzonden: woensdag 7 maart 2001 14:48
> Aan: [EMAIL PROTECTED]
> Onderwerp: [Dynapi-Dev] Events speed
>
>
> Hello.
>
> I've done a page using DynAPI which contains several layers,
> labels and
> DynImages.
>
> If I put a label and try to change the colour when the mouse
> is over (using
> and event listener for onmouseover and onmouseout), I've
> noticed that the
> speed decreseases specially in IE5, and NS6 doesn't handle
> onmouseout very
> well. NS4 works perfectly and quickly.
>
> Do you know why can this happen ?
>
> Apart from that, and stupid question: When do I have to
> finish my javascript
> sentences with a semi-colon (;) ? Is it optional ?
>
> Thanks.
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
>


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to