Parent Directory
|
Revision Log
New tests
| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title><iframe>.contentWindow</title> |
| 5 | <script type="text/javascript" src="../../../support/result0.js"></script> |
| 6 | </head> |
| 7 | <body> |
| 8 | <p><iframe src="about:blank">noiframe</iframe></p> |
| 9 | <p><code><var>iframe</var>.contentWindow</code> is: |
| 10 | <script type="text/javascript"> |
| 11 | writeResult (document.getElementsByTagName ('iframe')[0].contentWindow); |
| 12 | </script>.</p> |
| 13 | </body> |
| 14 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |