RE: [Webunitproj-users] how do I get a handle to a new window opened through javascript?
Brought to you by:
dgan
From: Brian K. <bt...@ne...> - 2003-02-05 00:29:13
|
Jumped the gun a bit... a found that WebClient has a method called getWebClient(index) which allows you to access it's child browsers. This is exactly what I was looking for... thanks. =20 Brian =20 -----Original Message----- From: Brian Knorr=20 Sent: Tuesday, February 04, 2003 5:56 PM To: web...@li... Subject: [Webunitproj-users] how do I get a handle to a new window opened through javascript? =20 Hey there... I am having trouble with html links that open a new window. After the window pops up, webunit doesn't recognize it as the "current state", instead it continues to access the original browser window. How do I get a reference to the new window? Please advise. =20 Thanks, =20 Brian |