Parent Directory
|
Revision Log
New tests
| 1 | wakaba | 1.1 | <!DOCTYPE html> |
| 2 | <html lang="en"> | ||
| 3 | <head> | ||
| 4 | <title><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><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 |