view demo/alert.ur @ 1140:ae818127a725

Remove a faulty time tweak from Postgres serialization
author Adam Chlipala <adamc@hcoop.net>
date Sat, 30 Jan 2010 13:39:39 -0500
parents 8e17e6b615bd
children e6bc6bbd7a32
line wrap: on
line source
fun main () = return <xml><body>
  <button value="Click me!" onclick={alert "You clicked me!"}/>
</body></xml>