Yep, that should be it

--- Doug Melvin <[EMAIL PROTECTED]> wrote:
> ( do correct me if I am wrong)
> Lines 290 - 293 dynapi.js
> > // DynLayer 
> > if (dynapi.ua.ns4)
> >
>
this.add('dynapi.api.DynLayer','dynlayer_ns4.js','DynDocument');
> > else if (dynapi.ua.ie)
> >
>
this.add('dynapi.api.DynLayer','dynlayer_ie.js','DynDocument');
> > else if (dynapi.ua.opera)
> >
>
this.add('dynapi.api.DynLayer','dynlayer_opera.js','DynDocument');
> > else
> >
>
this.add('dynapi.api.DynLayer','dynlayer_dom.js','DynDocument');
> 
> Lines 294 - 296 dynapi.js
> > // MouseEvent
> > if (dynapi.ua.ns4)
> >
>
this.add('dynapi.api.MouseEvent','mouse_ns4.js','DynLayer');
> > else if(dynapi.ua.ie)
> >
>
this.add('dynapi.api.MouseEvent','mouse_ie.js','DynLayer');
> > else
> >
>
this.add('dynapi.api.MouseEvent','mouse_dom.js','DynLayer');
> 
> 
> 
>
-------------------------------------------------------
> This SF.NET email is sponsored by: FREE  SSL Guide
> from Thawte
> are you planning your Web Server Security? Click
> here to get a FREE
> Thawte SSL guide and find the answers to all your 
> SSL security issues.
>
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
>
http://www.mail-archive.com/[email protected]/


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to