hi,
i m having trouble with hooking an event handler to a dom element's availability. sorry, seems pretty silly, but let me try to explain whats going on. inside javascript code, i wait for this particular html elemtn to be available in dom, once available, i want to set focus on it. the problem is focus never gets set. i am stepping through code, I see that event handler got registered but the line of code that sets focus never gets called.
i have checked the element id, there is no mistake. cant get this straight. any ideas on how to debug this...
thnx in advnce


Reply With Quote

Bookmarks