R
Rocky Moore
I have a hidden input control in a form called in an IFrame which I need to
access from the page which contains the IFrame. Is there a method that can
access it which is browser compatible with the latest browser versions?
I tried:
alert(document.myIframe.MyForm.MyHiddenControl.value)
which works fine in IE, but does not in Mozilla.
Any Ideas?
Rocky Moore
www.GotTheAnswerToSpam.com
access from the page which contains the IFrame. Is there a method that can
access it which is browser compatible with the latest browser versions?
I tried:
alert(document.myIframe.MyForm.MyHiddenControl.value)
which works fine in IE, but does not in Mozilla.
Any Ideas?
Rocky Moore
www.GotTheAnswerToSpam.com