Parent Directory
|
Revision Log
<http://suika.fam.cx/%7Ewakaba/wiki/sw/n/script#anchor-63>
| 1 | <!DOCTYPE HTML> |
| 2 | <title>script src=""</title> |
| 3 | |
| 4 | <p><script src=sleep10-then-alert> is to be inserted using DOM...</p> |
| 5 | |
| 6 | <script> |
| 7 | var s = document.createElement ('script'); |
| 8 | s.src="../../../support/sleep10.js.cgi"; |
| 9 | document.body.appendChild (s); |
| 10 | </script> |
| 11 | |
| 12 | <p><script src=sleep10-then-alert> was inserted.</p> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |