Thank you.
window.onload does not quite seem to do the trick.
My only other idea is to do:
setInterval(myfunction,1000)
where myfunction goes through DOM tree and detects any changes (well at least element additions - new elements with unknown id's).
What do you guys think?
Misha
p.s. I'm reassigning IDs anyway so should be doable...


Reply With Quote

Bookmarks