RE: [Dynapi-Help] onChange event and DynLayer...

2001-03-07 Thread GORTSILAS ANDREAS
[Dynapi-Help] onChange event and DynLayer...You'll notice that there is a method called capture mouse events in which it contains the following code: if (is.ns4) elm.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP | Event.CLICK | Event.DBLCLICK);     elm.> This is wh

re: [Dynapi-Help] onChange event and DynLayer...

2001-03-07 Thread Michael Pemberton
You'll notice that there is a method called capture mouse events in which it contains the following code: if (is.ns4) elm.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP | Event.CLICK | Event.DBLCLICK);     elm.> This is where is redirects these so that they trigger events that can be detected

[Dynapi-Help] onChange event and DynLayer...

2001-03-07 Thread GORTSILAS ANDREAS
I have a DynLayer which contains (setHTML) a select element... Every select html element has an onchange event... until now I beleived that I can catch all the events of the inner html element in the DynLayer with an eventListener Is it correct? Can I do this? Thank you Andreas Gortsilas