<!DOCTYPE html>
<html>
<body>
<%
Dim name
name="Jan Egil"
response.write("My name is: " & name)
%>
</body>
</html>