home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_23.cab / bdiru.htr < prev    next >
Text File  |  1996-07-09  |  1KB  |  35 lines

  1. <html>
  2. <%onerror error%>
  3. <title>Internet Services Administrator - Select directory</title>
  4. <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
  5.  
  6. <%if reqparam RF "cancel"%>
  7. <%redirect%>/HtmlaScripts/htmla.dll?<%arg1%><%/redirect%>
  8. <%endif%>
  9. <%if reqparam RF "cdir"%>
  10. <%!CreateDir arg3 msgbody.cdirname%>
  11. <%post%><%arg1%>?<%arg2%>=<%arg3%>\<%msgbody.cdirname%><%/post%>
  12. <%else%>
  13. <%post%><%arg1%>?<%arg2%>=<%arg3%><%/post%>
  14. <%endif%>
  15.  
  16. <%label error%>
  17. <%if reqstatus EQ 2500%>
  18.  <%if rpcstatus EQ 5%>
  19.  Access denied to this service.
  20.  <%elif rpcstatus EQ 1062%>
  21.  This service has been stopped.
  22.  <%else%>
  23.  RPC error <%rpcstatus%>
  24.  <%endif%>
  25. <%elif reqstatus EQ 8000%>
  26. The creation of the "<%msgbody.cdirname%>" directory in "<%arg3%>" failed.
  27. <%elif reqstatus EQ 12000%>
  28. The creation of the "<%msgbody.cdirname%>" directory in "<%arg3%>" failed.
  29. <%else%>
  30.  Error encountered : <%reqstatus%>
  31. <%endif%>
  32. <br>
  33. <a href="/htmla/htmla.htm">Return to main menu</a>
  34. </html>
  35.