view tests/ooo.ur @ 1167:5eca51fcd559

Remove Basis.getRequestHeader, because it can subvert cookie security
author Adam Chlipala <adamc@hcoop.net>
date Sat, 13 Feb 2010 13:10:05 -0500
parents d1cce194180d
children
line wrap: on
line source
fun main () : transaction page =
    s <- source "Hi";
    return <xml><body>
      <form>
        <textbox{#A} source={s}/>
        Change it up!
      </form>
    </body></xml>