Click to See Complete Forum and Search --> : window.opener and new Option


prodigy
10-14-2003, 05:21 AM
i have this scenario:

1. browser A opens browser B.

2. browser A has a form where one of the form elements is a SELECT tag.

3. browser B generates the contents of the SELECT tag in browser A's form.

i can't seem to populate the options of browser A's SELECT tag from browser B. :(

any help would be appreciated. thanks :)

Khalid Ali
10-14-2003, 07:58 AM
parent child communications.... (http://www.webapplikations.com/pages/html_js/window/ParentWinInteractionWithChildWin.html)