Mercurial > urweb
view tests/alert.ur @ 1543:6f046b4bad24
Add antiquote for ORDER BY directions
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 19 Aug 2011 14:20:24 -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>