Sandbox
From NovaRoma
(Difference between revisions)
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> |
Revision as of 08:55, 11 October 2006
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>