At 2001-07-13 08:00, Chris Williams wrote:
>The only way you can force the onclick, onmousedown, andonmouseup events
>from a link in NS is to use e.target.handleEvent(e).
>
>The reason for this is that events flow from browser to page objects, as
>opposed to IE where events flow from page objects to browser.

Not entirely true, there is routeEvent() too. If you want to see it in code look at 
DHTMLLib from SiteExperts (http://www.siteexperts.com/dhtmllib/page1.asp).

In my own code that is what I use and for some reason I don't feel up to rewriting all 
of DynAPI's event code :-)

/Lunna


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

Reply via email to