Metropoli BBS
VIEWER: bdiru.htr MODE: TEXT (ASCII)
<html>
<%onerror error%>
<title>Internet Services Administrator - Select directory</title>
<body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>

<%if reqparam RF "cancel"%>
<%redirect%>/HtmlaScripts/htmla.dll?<%arg1%><%/redirect%>
<%endif%>
<%if reqparam RF "cdir"%>
<%!CreateDir arg3 msgbody.cdirname%>
<%post%><%arg1%>?<%arg2%>=<%arg3%>\<%msgbody.cdirname%><%/post%>
<%else%>
<%post%><%arg1%>?<%arg2%>=<%arg3%><%/post%>
<%endif%>

<%label error%>
<%if reqstatus EQ 2500%>
 <%if rpcstatus EQ 5%>
 Access denied to this service.
 <%elif rpcstatus EQ 1062%>
 This service has been stopped.
 <%else%>
 RPC error <%rpcstatus%>
 <%endif%>
<%elif reqstatus EQ 8000%>
The creation of the "<%msgbody.cdirname%>" directory in "<%arg3%>" failed.
<%elif reqstatus EQ 12000%>
The creation of the "<%msgbody.cdirname%>" directory in "<%arg3%>" failed.
<%else%>
 Error encountered : <%reqstatus%>
<%endif%>
<br>
<a href="/htmla/htmla.htm">Return to main menu</a>
</html>
[ RETURN TO DIRECTORY ]