Mercurial > urweb
view tests/alert.ur @ 1580:ec466c1e082a
Catch UnboundNamed exceptions that arise from missing signature items
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 21 Oct 2011 08:51:30 -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>