comparison 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
comparison
equal deleted inserted replaced
140:f214c535d253 141:63c699450281
1 val main : unit -> page = fn () => <html><body>
2 <lform>
3 Name: <textbox{#Nam} /><br/>
4 Color: <textbox{#Color} /><br/>
5 </lform>
6 </body></html>