/[suikacvs]/www/test/dom/window/doc/set-document-self-1.html
Suika

Contents of /www/test/dom/window/doc/set-document-self-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sun Jan 13 05:54:24 2008 UTC (17 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
See <http://suika.fam.cx/gate/2005/sw/setDocument> for result

1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>setDocument</title>
5 </head>
6 <body onload="
7 document.getElementById ('atonload').textContent += '\nonload: ' + new Date ();
8 ">
9
10 <p><input type=button value=setDocument onclick="
11 var doc = document;
12 setDocument (doc);
13 "></p>
14
15 <p><textarea>xxxxxxxxxx</textarea></p>
16
17 <p><iframe src="."></iframe></p>
18
19 <pre id=atonload></pre>
20
21 </body>
22 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24