Write "Hello World !" with ASP
<html>
<body>
<%
response.write("Hello World!")
%>
</body>
</html>
Original Article : http://developerpages.gr/index.php/el/web-development-2/asp/27-asp-hello-world
<html>
<body>
<%
response.write("Hello World!")
%>
</body>
</html>
Original Article : http://developerpages.gr/index.php/el/web-development-2/asp/27-asp-hello-world
No comments:
Post a Comment