Mercurial > urweb
view tests/alert.ur @ 1091:6e5463a53c3c
Alter JavaScript lastParent() to play nice with Firebug
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Fri, 25 Dec 2009 09:24:21 -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>