Mercurial > urweb
view tests/jserror.ur @ 1480:aa0c6382aa57
top.urs: More comments
author | Robin Green <greenrd@greenrd.org> |
---|---|
date | Tue, 28 Jun 2011 11:55:57 +0100 |
parents | ba4c230b7231 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml> <body onload={onError (fn s => alert ("There was an error: " ^ show s)); error <xml>Badder</xml>}/> </xml>