<font>
<input type="password" name="txtNewPassword">
</font>
</td>
</tr>
<tr>
<td colSpan=2><b>
<font size=+1 color=black face=Arial>
Confirm Password:
</font></b></td>
<td>
<input type="password" name="txtConfirmNewPassword">
</font></td>
</tr>
<tr>
<td colSpan=3></td>
</tr>
<tr>
<td colSpan=3>
<div align=center>
<font color=black face=Arial>
<INPUT id=txtChangePassword name=txtChangePassword
style="font-FAMILY: ; HEIGHT: 24px; WIDTH: 149px" type=submit value="Change Password">
</div>
</font>
</td>
</tr>
</table>
</form>
</body>
</html>
将此文件命名为changepwd.asp,在浏览器中运行,输入数据测试一下,怎么样,用户的口令是否已经修改了?
通过以上的例子可以看出,ADSI的确具有很强大的功能,操作也非常简单,结合ASP和VB,一定可以开发出功能更强大的Internet应用程序。