Sandbox
From NovaRoma
(Difference between revisions)
m (Added maint cat) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
This page is for testing out new features. | This page is for testing out new features. | ||
+ | |||
+ | |||
+ | <pre> | ||
+ | <script type="text/javascript"> | ||
+ | function msg() { | ||
+ | alert('Test'); | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | <a href="http://www.novaroma.org" onClick="msg()">Test</a> | ||
+ | </pre> | ||
+ | |||
+ | [[Category:Maintenance Categories]] |
Latest revision as of 08:44, 26 June 2024
Test
This page is for testing out new features.
<script type="text/javascript"> function msg() { alert('Test'); } </script> <a href="http://www.novaroma.org" onClick="msg()">Test</a>