Mercurial > urweb
view tests/alert.ur @ 1598:cdca9691434a
Merge
author | Ron de Bruijn <rmbruijn@gmail.com> |
---|---|
date | Thu, 17 Nov 2011 17:19:10 +0100 |
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>