view tests/alert.ur @ 1393:802c179dac1f

alwaysInline .urp setting
author Adam Chlipala <adam@chlipala.net>
date Thu, 13 Jan 2011 18:15:04 -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>