view tests/namejs.ur @ 2138:3ca67d73fa5d

Add fieldset and legend tags
author Julian Squires <julian@cipht.net>
date Mon, 04 May 2015 13:22:29 -0400
parents 38297294cf98
children
line wrap: on
line source
fun main (n : int) (s : string) : transaction page = return <xml><body>
  <button onclick={fn _ => alert ("n = " ^ show n ^ "; s = " ^ s)}/>
</body></xml>