Name: Anonymous 2016-03-16 11:30
How can i edit page source code (add new source code to the page) using haskell. i know with javascript u can edit the source code with
document.getElementById('a').innerHTML="test"
but how i do it with haskell
document.getElementById('a').innerHTML="test"
but how i do it with haskell