G
Guest
How to access elements of IFrame in Main Form on NN7/Mozilla 1.6?
I have an Iframe named "ifr_top"
I can using
document.ifr_top.document.getElementById("txt_name").value
to get the value on IE
but above code doesn't work on NN7 and Mozilla 1.6!!
How can I solve this problem?
Thanks a lot.
I have an Iframe named "ifr_top"
I can using
document.ifr_top.document.getElementById("txt_name").value
to get the value on IE
but above code doesn't work on NN7 and Mozilla 1.6!!
How can I solve this problem?
Thanks a lot.