<!DOCTYPE html>
<html>
<body>
<%
fname=" Jack "
response.write("Hello" & LTrim(fname) & "and welcome.")
%>
</body>
</html>