Hi!
I have a small web application that has a iFrame inside a form. Inside this Iframe there's a form which have a hidden value called "bulk".
How can I get this value from that form in the Iframe? In IE this works fine to get the value:
bulk = window.[NameOfIframe].[NameOfIframe's.form].[NameOfHiddenValue].value;
This doesn't work in FireFox. Is there a way to make it work in both FireFox and IE? Can I use "document.getElementById" for instance?
In Advance thanks
Pål Nesteby
PDC-Tangen
Norway
I have a small web application that has a iFrame inside a form. Inside this Iframe there's a form which have a hidden value called "bulk".
How can I get this value from that form in the Iframe? In IE this works fine to get the value:
bulk = window.[NameOfIframe].[NameOfIframe's.form].[NameOfHiddenValue].value;
This doesn't work in FireFox. Is there a way to make it work in both FireFox and IE? Can I use "document.getElementById" for instance?
In Advance thanks
Pål Nesteby
PDC-Tangen
Norway