From: <pas...@ya...> - 2004-02-25 09:28:17
|
Hi, I load a page which contains 2 frames(one left and one right). An action of first frame updates the page of the second frame. I load correctly the parent html page with 2 frames and collects correctly each frame of pages with the getFrames() method. When I execute an action on the first frame(obj1), the second frame is updated. The problem is to collect the second frame after the update on the second frame. to be more clear : obj0 => parent HtmlPage contains 2 frames obj1 => first frame of obj0 obj1 => second frame of obj0 1: obj0 ==> getFrames ==> (2 obj HtmlPage : obj1 and obj2) 2: check a <SELECT> and execute a JavaScript on obj1 => this action udpates the second page of frame. obj2 is the object before the update. ==> How to get the new obj2 ? How can I collect a new HtmlPage object obj2 which is updated after the action on the obj1 ? Pascal. Yahoo! Mail - Votre e-mail personnel et gratuit qui vous suit partout ! Créez votre adresse sur http://mail.yahoo.fr |