Is that because there are not front page extensions?
I just see a blank page
this page is stored on a folder on the server
I have VS WEB developer 2005 express which created the folder. I created the page in Notepad though.
DougP, MCP, A+
Code:
<%
MyVar = "Hello world!"
%>
<HTML>
<BODY>
<%=MyVar%>
</BODY>
</HTML>
this page is stored on a folder on the server
I have VS WEB developer 2005 express which created the folder. I created the page in Notepad though.
DougP, MCP, A+