Parent Directory
|
Revision Log
New tests
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <title>setAttribute ('onclick', function () {})</title> |
| 5 | </head> |
| 6 | <body> |
| 7 | <p><a href="#">anchor</a></p> |
| 8 | <script> |
| 9 | document.links[0].setAttribute ('onclick', function () { |
| 10 | alert ('...'); |
| 11 | return false; |
| 12 | }); |
| 13 | </script> |
| 14 | <noscript>NOSCRIPT</noscript> |
| 15 | </body> |
| 16 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |