view tests/alert.ur @ 1252:2e4159a7d2d3

Safe unmodeled SQL expressions marked as known
author Adam Chlipala <adamc@hcoop.net>
date Sat, 01 May 2010 11:59:35 -0400
parents 1901db85acb4
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
    <a onclick={alert "You clicked it!  That's some fancy shooting!"}>Click Me!</a>
  </body></xml>