<!DOCTYPE html>
<html>
<body>
<%
Dim 名称
名称=”Jan Egil”
response.write(“我的名字是:” & 名称)
%>
</body>
</html>