[Javascript] Firefox - write to form boxes

diego nunes dnunes at gmail.com
Thu Nov 3 12:21:12 CST 2005


    Because your code is simply wrong.

    "parent.map.F7"? What does it means? "parent" object doesn't have
a property called "map". This code will never work.

    Try this:
    window.parent.frames['map'].document.forms['F7'].elements['box1'].value='blabla';

  Amplexos.

On 03/11/05, SkyScanner <skyscanner at eircom.net> wrote:
> parent.map.F7.box1.value = 'Test1';
>
> Viewing the above link in Internet Explorer, and clicking on the button,
> writes the values into the form boxes, but with FireFox it doesn't. Why?

--
diego nunes



More information about the Javascript mailing list