view tests/alert.ur @ 1063:e3f6620afd51

Convert ctype is*() function results to booleans
author Adam Chlipala <adamc@hcoop.net>
date Tue, 08 Dec 2009 12:06:41 -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>