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