/[suikacvs]/www/test/html/script/in-xml/insert-1.xhtml
Suika

Contents of /www/test/html/script/in-xml/insert-1.xhtml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Mar 29 11:13:06 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
In both of Opera9 and Firefox2, <script/> is executed as soon as it is inserted into the DOM

1 wakaba 1.1 <html xmlns="http://www.w3.org/1999/xhtml">
2     <head>
3     <title>&lt;script/> in XHTML</title>
4     </head>
5     <body>
6     <p>Before &lt;script/></p>
7     <script>
8     document.body.appendChild (document.createElementNS ('http://www.w3.org/1999/xhtml', 'p')).textContent = 'inserted by &lt;script/>';
9     </script>
10     <p>After &lt;script/></p>
11     </body>
12     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24