I have this file:
<html>
<body>
<%
response.write("Hello World!"
%>
</body>
</html>
I run this from this file:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<BODY>
<P><a href="atest.asp" target="main" class=NavLink>Test</a></P>
</BODY>
</HTML>
I get a black window when I run this. This is on an NT server with IIS. Any help is appreciated.
<html>
<body>
<%
response.write("Hello World!"

%>
</body>
</html>
I run this from this file:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<BODY>
<P><a href="atest.asp" target="main" class=NavLink>Test</a></P>
</BODY>
</HTML>
I get a black window when I run this. This is on an NT server with IIS. Any help is appreciated.