3 <SCRIPT TYPE=
"text/javascript">
5 function popup(mylink, windowname) {
9 if (typeof(mylink) == 'string')
13 var popup_window = window.open(href, windowname,
14 'width=400,height=200,scrollbars=yes');
22 <BODY onLoad=
"return popup(this, 'test popup')">
23 <br>Tests the case where an instance of the DOM Automation Controller bound to a
24 <br>popup is destroyed. Existing DOM Automation Controller instances should continue