今天是:

注册会员|会员登陆|设为首页|加入收藏|广告服务|韩文翻译|RSS阅读|繁體中文

您现在的位置: 韩国设计资源网 >> 设计师学院 >> 语言开发 >> ASP专区 >> 教程正文

如何处理ASP中的图象

  • 作者:未知 文章来源:收集整理 点击数: 更新时间:2006-6-2 22:32:17 用户收藏
_id=session("RSDA_ID") 
 <font size=4 color=OrangeRed> 查询结果:</font> 
 <%set conntemp=server.createobject("adodb.connection") 
 conntemp.open "dsn=RSDA;uid=sa;pwd=SA" 
 set rstemp=conntemp.execute("select * from RSDA_TABLE where rsda="&temp_id&"") 
 %> 
 <% put headings on the table of field names 
 nobody="对不起!在我们的数据库里没有您要找的资料!"%> 判断是否有这个人 
 <%if rstemp.eof then %> 
 <font size="5" color=OrangeRed> <%Response.Write(nobody)%></font> 
 <%else%> 
 <div align="center"> 
 <center> 
 <table border="1" width="73%" height="399"> 
 <tr> 
 <td width="21%" height="49" align="center"><p align="center">姓 名</td> 
 <td width="30%" height="49" align="center"> 
 <font size=4 color=OrangeRed><%=rstemp(0)%></font></td> 
 </td> 
 <tr> 
 <td width="21%" height="47"><p align="center">年 龄</td> 
 <td width="30%" height="47" align="center"> 
 <font size=4 color=OrangeRed><%=rstemp(0)%></font></td> 
 </tr> 
 <tr> 
 <td width="49%

上一页  [1] [2] [3] [4] [5] 下一页