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

  1. <html>
  2. <%!PosDenyIpAccess urlparam%>
  3. <title>Internet Services Administrator - Deny Access</title>
  4.  
  5. <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
  6.  
  7. <!-- Header -->
  8. <TABLE BORDER=0>
  9. <TR VALIGN=CENTER>
  10. <TD>
  11. <A HREF="/htmla/htmla.htm">
  12. <IMG SRC="/htmla/iis_t.gif" ALT="Microsoft Peer Web Services" ALIGN=BOTTOM BORDER=0></A></TD>
  13. <TD><FONT SIZE=+2 COLOR=#802020>
  14. <B><%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> Administrator - Deny Access</B></FONT><BR>
  15. <FONT SIZE=+1 COLOR=#802020>Administration for <%servname%>://<%hostname%></FONT>
  16. </TD></TR>
  17. </TABLE>
  18. <HR>
  19. <P>
  20.  
  21. Deny <%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%>
  22. access to the following :<P>
  23.  
  24. <form method="POST" action="/HtmlaScripts/htmla.dll?<%servname%>/adveddu+<%ipdenyref%>">
  25. <input type="radio" name="denyisipsingle" value=1 <%if denyisipsingle EQ 1%>CHECKED<%endif%>> Single Computer<p>
  26. <input type="radio" name="denyisipsingle" value=0 <%if denyisipsingle EQ 0%>CHECKED<%endif%>> Group of Computers<p>
  27. IP Address : <input type="text" name="denyipaddr" value="<%denyipaddr%>"><p>
  28. A subnet mask is only necessary when you deny access to a group of computers<p>
  29. Subnet Mask : <input type="text" name="denyipmask" value="<%if denyisipsingle EQ 0%><%denyipmask%><%endif%>"><p>
  30. <input type="submit" value="OK"> <input type="reset" value="reset">
  31. <input type="submit" name="cancel" value="Cancel">
  32. </form>
  33. </html>
  34.