view tests/alert.ur @ 1593:7e2655b25ea1

Remove dummy entity
author Adam Chlipala <adam@chlipala.net>
date Sun, 06 Nov 2011 08:14:53 -0500
parents 1901db85acb4
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
    <a onclick={alert "You clicked it!  That's some fancy shooting!"}>Click Me!</a>
  </body></xml>