view tests/alert.ur @ 1470:5018878ca645

Handle 'prefix' directives for HTTPS
author Adam Chlipala <adam@chlipala.net>
date Wed, 01 Jun 2011 07:23:27 -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>