How does this work you have a contradiction:
First

 if (!realsrc)

meaning that realsrc is undefined and then:

realsrc.invokeEvent(evt.type,evt);

And this works?

8an

Reply via email to