/[suikacvs]/www/test/dom/element/click/button/click-1.html
Suika

Contents of /www/test/dom/element/click/button/click-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sat Feb 10 11:33:35 2007 UTC (19 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New tests

1 wakaba 1.1 <!DOCTYPE html>
2     <html lang="en">
3     <head>
4     <title>&lt;button>.click ()</title>
5     </head>
6     <body>
7     <p><button onclick="document.getElementById ('result').firstChild.data = 'clicked!'">(don't click this button)</button></p>
8     <p><button onclick="document.getElementsByTagName ('button')[0].click ()"><code>&lt;button>.click ()</code></button></p>
9     <p id="result">(click the button above)</p>
10     </body>
11     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24