view tests/alert.ur @ 752:bc5cfd6cb30f

Outer joins in CHANGELOG
author Adam Chlipala <adamc@hcoop.net>
date Tue, 28 Apr 2009 11:18:27 -0400
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>