Mercurial > urweb
view tests/empties.ur @ 1042:a8a825861397
Explicitly abort in-flight RPCs onunload
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 24 Nov 2009 09:24:25 -0500 |
parents | 815afd323d86 |
children |
line wrap: on
line source
fun main () = return <xml><body> <table> <tr> <th/> <td><p/></td> </tr> </table> <form><textbox{#A}/></form> </body></xml>