HTML 2 ASP
By Liquid Diamond
<%
end sub
Select Case MyFunc
case "New"
call WriteHeader
if request("NoFile") = "Y" then %>
Could Not Find File
<% end if
if request("NotValid") = "Y" then %>
Not an HTML file
<% end if
if request("Nada") = "Y" then %>
You didn't enter anything
<% end if %>