I'm working with classic Asp and I can not write with Response.Write
I show the code.
<%@ Language="javascript" %>
<html>
<body>
<form>
<h3>Hello world!!! This is an ASP page.</h3>
<% Response.Write("This content was generated ");%>
<% Response.Write("as part of an execution block");%>
</form>
</body>
</html>
On the other hand as I try that code can not be opened in the web browser opened in the IDE of Visual Basic 6.0, how can I test it in the web browser ?, I need to implement something. In the background I try to program vb6 with classic asp.