hay all,
in IE I get get a reference to an element inside an element by using
document.getElementById('FirstelementName').document.getElementById('SecondelementName').
but it does not work in firefox.
how can i get the reference to the second element?