OrWolf
MIS
- Mar 19, 2001
- 291
I've created extensive ASP pages in the past, however today I'm trying to pick it up again and nothing is working. It's probably something extremely simple. Will someone please point me in the right direction.
The following code comes from test.asp. When I open it with IE 6, the only thing displayed is Hello World. There are several response.write statement in the hope that at least one of them will work. What's wrong?
<html>
<body>
<%Response.write "This is my first response!"%>
Hello World
<%response.write("This site has been visited "
%>
</body>
</html>
<%response.write("This site has been visited "
%>
The following code comes from test.asp. When I open it with IE 6, the only thing displayed is Hello World. There are several response.write statement in the hope that at least one of them will work. What's wrong?
<html>
<body>
<%Response.write "This is my first response!"%>
Hello World
<%response.write("This site has been visited "
</body>
</html>
<%response.write("This site has been visited "