KathyJones
Programmer
Hello there!
Im brand new to ASP. I m trying to execute this one, but im not able to get any output on my browser except for the title, sample.asp. Why am i not getting the "Hello"
Do I need to set something in the browser? Help!
<html>
<head>
<title>sample.asp</title>
</head>
<%
response.write "Hello"
%>
</body>
</html>
Im brand new to ASP. I m trying to execute this one, but im not able to get any output on my browser except for the title, sample.asp. Why am i not getting the "Hello"
Do I need to set something in the browser? Help!
<html>
<head>
<title>sample.asp</title>
</head>
<%
response.write "Hello"
%>
</body>
</html>