Hi,
I needed a way to specifically access a particular window .
Unfortunately this window doesn't have a name and I guess, its not
even the current window. Here's the sequence of events happening
1. Window # 1 contains two frames, say window #1.1 and window #1.2 I
click on a button in window #1.1 which results in a page getting
loaded in #1.2. This page comprises chiefly of a javascript snippet
which launches(using window.open) a new window(nameless) #2
2. After window #2 is populated with its respective page, window #1.2
changes its content to what it was in the beginning of 1.
I need to be able to access window #2. I know window #2 exists. I
checked it out from webClient.getWebWindows() and sequentially dumped
all the pages in the list.
How do I access window #2 ?
Regards
Vinay
|