home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
iis4_01.cab
/
anot3.htr
< prev
next >
Wrap
Text File
|
1997-11-16
|
2KB
|
62 lines
<html>
<title>IIS - Authentication Manager</title>
<FONT COLOR=FFFFFF>
<STYLE>
A {text-decoration: none}
</STYLE>
</FONT>
<BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
<!-- Windows NT Server with IIS -->
<%if platformtype EQ 1%>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR VALIGN=CENTER>
<TD></TD>
<TD WIDTH=20> </TD>
<TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Internet Information Server 4.0<FONT></B></FONT></TD>
</TR>
</Table>
<%endif%>
<!-- Windows NT Workstation with PWS -->
<%if platformtype EQ 2%>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR VALIGN=CENTER>
<TD></TD>
<TD WIDTH=20> </TD>
<TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Peer Web Services<FONT></B></FONT></TD>
</TR>
</Table>
<%endif%>
<%onerror error%>
<p>
Your password will expire in <%iis.HTTP_REQ_PWD_EXPIRE%> days.<p>
<form method="POST" action="/iisadmpwd/aexp4.htr?<%urlparam%>">
Do you want to change it now ?<p><p>
<input type="hidden" name="acct" value="<%iis.REMOTE_USER%>">
<input type="submit" value=" OK ">
<input type="submit" name="cancel" value=" Cancel ">
</form>
<%goto exit%>
<%label error%>
<%if rpcstatus EQ 86%>
The specified password is incorrect.<p>
<%else%>
Error <%rpcstatus%>
<%endif%>
<br>
<%label main%>
<a href="http://<%iis.SERVER_NAME%>/">Access default document</a> or select another document.
<%label exit%>
</body></html>