Firefox - How to get field values on form loaded in Iframe

I have an iframe (with ID=‘MyIFrame’) and it loads a form (called ‘FormA’). This form has a field (called ‘FieldA’).

I want to get the value of FieldA using javascript with Firefox. Note that i know how to do using using IE but it doesn’t seem to work with Firefox…

Subject: Firefox - How to get field values on form loaded in Iframe

====================

in ur javascript

MyIFrame.document.forms[“FormA”].FieldA.value