/[suikacvs]/www/test/html/isindex/inner-html.html
Suika

Contents of /www/test/html/isindex/inner-html.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 10 23:44:11 2006 UTC (19 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New

1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>isindex innerHTML</title>
5 <script type="text/javascript">
6 window.onload = function () {
7 document.getElementById ('result').appendChild
8 (document.createTextNode
9 (document.body.innerHTML));
10 };
11 </script>
12 </head>
13 <body>
14
15 Here is an <code>isindex</code> start-tag...<isindex>...
16
17 <h2>How it appears in DOM?</h2>
18 <pre id="result"></pre>
19
20 </body>
21 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24