<!DOCTYPE html>
<html>
<body>
<%
response.write(Asc("W") & "<br>")
response.write(Asc("W3Schools.com"))
%>
</body>
</html>