<!DOCTYPE html>
<html>
<body>
<%

function myFunction()
response.write("Hello world")
end function

eval("myFunction()")

%>

</body>
</html>