Hi there,
I was wondering how to get a page from a Javascript open call, so far no
matter how I try, I always get "null" for the page.
I'm catching the webWindowOpened event, and have tried
public void webWindowOpened( WebWindowEvent e ) {
e.getWebWindow.getEnclosedPage();
e.getNewPage();
e.getOldPage();
}
again. All these methods return null. Am I missing something here? I'm
just trying to access the HtmlPage object that should have been created.
thanks,
-rob
|