dhtmlWindow and "opener" page

Hi,

how I can change the value of an item in my “opener” page?

Thanks and best regards,

Cristina

If you are using ifrmae based mode ( attachURL ) you can access any object in “opener” page as

parent.some_function();

If you are using AJAX based mode, content will be ejected in the same page, so you can operate in same way, as if code was a part of “opener” page.