ASP Hello World



User Rating:  / 0
PoorBest 
Details

Write "Hello World !" with ASP

View source
<html>
<body>
<%
response.write("Hello World!")
%>
</body>
</html>


You have no rights to post comments

   

Login  

   

     

© Developerpages