view tests/form.lac @ 141:63c699450281

Initial form support
author Adam Chlipala <adamc@hcoop.net>
date Sun, 20 Jul 2008 11:33:23 -0400
parents
children 6f9e224692ec
line wrap: on
line source
val main : unit -> page = fn () => <html><body>
        <lform>
                Name: <textbox{#Nam} /><br/>
                Color: <textbox{#Color} /><br/>
        </lform>
</body></html>