root/efio/admin/test.html
| Revision 1, 298 bytes (checked in by teiko, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | <html> |
| 2 | <head> |
| 3 | <style type="text/css"> |
| 4 | .box { |
| 5 | width: 10px; |
| 6 | height: 10px; |
| 7 | padding: 100px; |
| 8 | background-color: blue |
| 9 | } |
| 10 | </style> |
| 11 | <script type="text/javascript"> |
| 12 | function f() { |
| 13 | alert('here'); |
| 14 | } |
| 15 | </script> |
| 16 | </head> |
| 17 | <body> |
| 18 | <div class="box" onmouseover="f()"> |
| 19 | </div> |
| 20 | </body> |
| 21 | </html> |
Note: See TracBrowser for help on using the browser.
