logo

New Response

« Return to the main article

You are replying to:

  1. When using window.open(...) from within a frame, to set the value of 'fieldname' on the underlying form, use:

    window.opener.parent.frames['FrameName'].document.getElementById('fieldname').va lue = 'whatever value';

    This seems to work for IE, Firefox, Netscape, and safari.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: