/[suikacvs]/www/test/dom/element/set-attr/html/onclick-function-1.html
Suika

Contents of /www/test/dom/element/set-attr/html/onclick-function-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sun Apr 8 10:07:22 2007 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
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