equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
|
2 "http://www.w3.org/TR/html4/strict.dtd"> |
|
3 <html lang="en"> |
|
4 <head> |
|
5 <script type="text/javascript" language="javascript" charset="utf-8"> |
|
6 var aVar = "some value"; |
|
7 function externallyCalled() { |
|
8 alert("hello from opener"); |
|
9 } |
|
10 </script> |
|
11 </head> |
|
12 <body> |
|
13 <p><b>BUG ID:</b> <a href="rdar://problem/4172380">4172380</a> [GENENTECH] window.opener not available when child opened via target="_new"</p> |
|
14 |
|
15 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> |
|
16 Click link below, then click links in the window that opens.</p> |
|
17 |
|
18 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> |
|
19 Links in the new window that opens will alert "[object Window]", "some value", and "hello from opener". |
|
20 </p> |
|
21 |
|
22 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> |
|
23 First link in the new window that opens will alert "null", and the other two links will not work at all. |
|
24 </p> |
|
25 |
|
26 <a href="target_new-1.html" target="_new">Click this link to begin test</a> |
|
27 </body> |
|
28 </html> |