view demo/alert.ur @ 1417:d0786ff9bb22

Fix detection of POSTs to error pages
author Adam Chlipala <adam@chlipala.net>
date Sun, 23 Jan 2011 17:27:51 -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>