Contents of HTML Form Form File:
<form name="form1" method="post" action="">
Create a folder
<input type="text" name="name">
<input type="submit" name="Submit" value="Submit">
</form>
ASP Files
<%@ LANGUAGE = "VBScript" %>
<% Dim Name
Name = Request("Name")
set fs=createobject("")
MyFolder=(""&name&"")
If NOT (MyFolder) then
(MyFolder)
End If
If (MyFolder) then
%> Folder created successfully! Called
<%=MyFolder%>
<%Else%%>
There has been an error.
<%End If
%>
You can also download the zip file, in /asp/?file=
<form name="form1" method="post" action="">
Create a folder
<input type="text" name="name">
<input type="submit" name="Submit" value="Submit">
</form>
ASP Files
<%@ LANGUAGE = "VBScript" %>
<% Dim Name
Name = Request("Name")
set fs=createobject("")
MyFolder=(""&name&"")
If NOT (MyFolder) then
(MyFolder)
End If
If (MyFolder) then
%> Folder created successfully! Called
<%=MyFolder%>
<%Else%%>
There has been an error.
<%End If
%>
You can also download the zip file, in /asp/?file=