Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Firefox - write to form boxes


  • From: dnunes at gmail.com (diego nunes)
  • Subject: [Javascript] Firefox - write to form boxes
  • Date: Thu Nov 3 12:22:48 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@xxxxxxxxxx> 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