summaryrefslogtreecommitdiff
path: root/tests/docevents.ur
blob: eed3886847e1e869d894969fa51fdf0f567639bf (plain)
1
2
3
4
5
6
fun main () : transaction page = return <xml>
  <body onload={onDblclick (alert "Double click");
                onKeypress (fn k => alert ("Keypress: " ^ show k))}>
    Nothing here.
  </body>
</xml>