Mercurial > urweb
view tests/alert.ur @ 1364:0dec38af601c
Fix Postgres date serialization
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 24 Dec 2010 17:18:28 -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>