⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 user_face.asp

📁 一个朋友购买的商业版房产网源程序
💻 ASP
字号:
<!--#include file="top.asp"-->
<body>
  
<table width=760 border=1 align="center" cellpadding=0 cellspacing=0 bordercolor="#FF9900">
  <tr> 
      <td height=300 valign="top"> 
        <%
for i=1 to 5
	if len(i)=1 then i="0" & i
	response.write "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='image/face/em"&i&".gif' border=0><b>"&i&"</b>&nbsp;&nbsp;&nbsp;"
next
response.write "<br><br>"
for i=6 to 10
	if len(i)=1 then i="0" & i
	response.write "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='image/face/em"&i&".gif' border=0><b>"&i&"</b>&nbsp;&nbsp;&nbsp;"
next
response.write "<br><br>"
for i=11 to 15
	if len(i)=1 then i="0" & i
	response.write "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='image/face/em"&i&".gif' border=0><b>"&i&"</b>&nbsp;"
next
response.write "<br><br>"
for i=16 to 20
	if len(i)=1 then i="0" & i
	response.write "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='image/face/em"&i&".gif' border=0><b>"&i&"</b>&nbsp;&nbsp;&nbsp;"
next
response.write "<br><br>"
for i=21 to 23
	if len(i)=1 then i="0" & i
	response.write "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='image/face/em"&i&".gif' border=0><b>"&i&"</b>&nbsp;&nbsp;&nbsp;"
next
response.write "<br><br>"


%>
      </td>
    </tr>
  </table>
  <!-- #include file="let.asp" -->
</body>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -