repass.asp
来自「本实例为一个完整的网上购物商城的完整例子程序,里面有所以的源代码.希望对大家学习」· ASP 代码 · 共 29 行
ASP
29 行
<!--#include file="top.asp" -->
<title><%=sitename%>--密码如何取回?</title>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" background="images/cart/buy_top_10.gif">
<tr>
<td height="28" style="padding-left:10px"><a href="default.asp" class="buyCurrent">首页</a>
<span class="buyText2">> </span> <span class="buyText2">帮助中心</span><span class="buyText2">> </span> <span class="buyText2">忘记密码?</span></td>
</tr>
</table>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
<tr>
<td width="160" align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="3" style="LINE-HEIGHT: 110%">
<tr>
<td align="center" ><!--#include file="include/helpleft.asp"--></td>
</tr>
<tr>
</table>
</td>
<td width="1" bgcolor="#999999"></td>
<!--#include file="include/repassbody.asp" -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="footer.asp" -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?