If you change lines 16 & 17 of pop_admin_moderators.asp to this:
<strong>UserName:</strong><input type="text" name="username" value="<% =strDBNTUserName %>"><br>
<strong>PassWord:</strong><input type="password" name="password" value="<% =Request.Cookies(strUniqueID & "User")("Pword")%>"><br>
Then it will automatically insert the username/password in the input boxes when you click on the the link to load it.
Edited by - Richard Kinser on 15 February 2001 18:40:59