view tests/ooo.ur @ 1040:ca5136105c45

Get dynamic <select> working in IE
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Nov 2009 16:40:09 -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>