Parent Directory
|
Revision Log
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 |