I'm working with Asp classic and I can't write with Response.Write
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, how do I test that code, it cannot be opened in the web browser, it was opened in the visual Basic 6.0 IDE, 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.
It is done in classic ASP like this:
or you can contain the text inside
( )
The file must obviously have the extension .asp and must be able to be identified as such by IIS.