view demo/link.ur @ 1925:15802a00816c

activeHead: don't modify the head. just execute the code provided
author Sergey Mironov <grrwlf@gmail.com>
date Fri, 06 Dec 2013 14:52:47 +0400
parents 6a0e54400805
children
line wrap: on
line source
fun target () = return <xml><body>
  Welcome!
</body></xml>

fun main () = return <xml><body>
  <a link={target ()}>Go there</a>
</body></xml>