/[suikacvs]/www/test/dom/element/inner-html/orphan-set-3.html
Suika

Contents of /www/test/dom/element/inner-html/orphan-set-3.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Fri Feb 25 09:38:33 2011 UTC (15 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
tests

1 wakaba 1.1 <!DOCTYPE HTML>
2     <meta name=viewport content="width=device-width">
3    
4     <p>See below...</p>
5    
6     <p style="padding-bottom: 40em"></p>
7    
8    
9     <button onclick="
10     var xhr = new XMLHttpRequest;
11     xhr.open ('GET', '/', true);
12     xhr.onreadystate = function () {
13     if (xhr.readyState == 4) {
14     var div = document.createElement ('div');
15     div.innerHTML = '';
16     }
17     };
18     xhr.send (null);
19     ">Push this button</script>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24