asp的关于换行的问题 ,菜鸟求救
情况如图所示,一条记录显示完了,不能自动换行,在下一行显示下一条记录
代码我使用dreamweaver写的
body>
<div align="center" class="STYLE1">
<p class="STYLE2">荣誉查询 </p>
<p> 共有 <%=(Recordset1_total)%>条记录 <a href="index.html">返回 </a> </p>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="159" height="24" bordercolor="#009966">姓名/组织名 </td>
<td width="50" bordercolor="#009966">性别 </td>
<td width="107" bordercolor="#009966">身份证 </td>
<td width="116" bordercolor="#009966">奖项名称 </td>
<td width="110" bordercolor="#009966">证书编号 </td>
<td width="110" bordercolor="#009966">获奖等级 </td>
<td width="101" bordercolor="#009966">获奖时间 </td>
<td width="185" bordercolor="#009966">发奖单位 </td>
<td wid
相关问答:
<%if request.QueryString("start") <>"" then%>
<%if cint(start)>0 then%>
<a href="search.asp?q= <%=q%>&start= <%if request.Query ......
最近我通过学习,感觉自己学的还可以了,想做一网站,但是一直都找不到题材,不知道做什么,希望各位给我点意见,如果有需求文档就更好了!希望大家给我点意见,谢谢!
先做个企业网站吧,我感觉一个人做网站不适宜 ......
文件:folder.inc
HTML code:
<%
Dim folderini,pos,pageName
fPath = Request.ServerVariables("PATH_TRANSLATED")
pos = instrRev(fPath,"\")
folderini = Left(fPath,pos)+&qu ......
不是直接打开,而是读取内容,然后可以操作的数据,可以存储到数据库或者显示在页面上。
word文件在服务器端。
可以考虑用第三方组件
http://officewriter.softartisans.com/officewriter-372.aspx
有中文说 ......