Categories | Question details Back To List | ||
dhtmlWindow and "opener" page Hi, how I can change the value of an item in my "opener" page? Thanks and best regards, Cristina Answer posted by Support on Oct 13, 2008 02:38 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. |