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

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