| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1035 人关注过本帖
标题:全乱了求图片的效果
只看楼主 加入收藏
hams
Rank: 12Rank: 12Rank: 12
等 级:贵宾
威 望:18
帖 子:912
专家分:3670
注 册:2008-7-30
收藏
得分:0 
是你的表格没搞对
你把浏览的HTML源代码放到Dreamweaver之类的编辑器里看看是个什么样。

俺不高手,俺也是来学习的。
俺的意见不一定就对,当你不认同时请点忽视按钮。
当走到十字路口不知该如何走时,可在论坛问下路,但你若希望别人能一路把你送到目的地,显然是不现实的,因为别人也有自己要走的路。
2010-12-01 11:59
kevinxu0638
Rank: 2
来 自:江苏
等 级:论坛游民
帖 子:147
专家分:62
注 册:2009-10-19
收藏
得分:0 
回复 11楼 hams
我就是在DW里做的

javascript、asp学习研究中 希望高手多多指教
2010-12-01 12:07
kevinxu0638
Rank: 2
来 自:江苏
等 级:论坛游民
帖 子:147
专家分:62
注 册:2009-10-19
收藏
得分:0 
回复 11楼 hams
<td valign="top" width="170">
    <div align="left"><a href="zw.asp?id=3" target="_blank">香烤鱼头王</a>&nbsp;<img src="../images/pic.gif" width="12" height="12"></div></td>   
    <td valign="top" width="170">
    <div align="left"><a href="zw.asp?id=4" target="_blank">煎雏肉</a>&nbsp;<img src="../images/pic.gif" width="12" height="12"></div></td>   
    <td valign="top" width="170">
    <div align="left"><a href="zw.asp?id=6" target="_blank">海参全家福</a></div></td>
    <tr height="10">   
    <td valign="top" width="170">
    <div align="left"><a href="zw.asp?id=1" target="_blank">海参全家福</a>&nbsp;<img src="../images/pic.gif" width="12" height="12"></div></td>   
    <td valign="top" width="170">
    <div align="left"><a href="zw.asp?id=2" target="_blank">香酥肉</a>&nbsp;<img src="../images/pic.gif" width="12" height="12"></div></td>
 

javascript、asp学习研究中 希望高手多多指教
2010-12-01 12:17
wangjy500
Rank: 11Rank: 11Rank: 11Rank: 11
等 级:贵宾
威 望:13
帖 子:457
专家分:2569
注 册:2010-7-11
收藏
得分:0 
程序代码:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.">
<HTML xmlns="http://www.">
<HEAD><TITLE>菜单!</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<style type="text/css">
<!--
.wang500_1 {
    background-color: #006699;
    width: 498px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #0066FF;
    border-right-color: #0066FF;
    border-bottom-color: #0066FF;
    border-left-color: #0066FF;
}
.wang500 {
    width: 498px;
    margin: 0px;
    padding: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #0066FF;
    border-right-color: #0066FF;
    border-bottom-color: #0066FF;
    border-left-color: #0066FF;
}
.wang500 div {
    float: left;
    height: 25px;
    width: 150px;
    margin-left: 15px;
    line-height: 25px;
}-->
</style>
</HEAD>
<BODY>
<div class="wang500_1">qqq</div>
<div class="wang500">
<div><li>香烤鱼头王</li></div>
<div><li>香烤鱼头王</li></div>
<div><li>香烤鱼头王</li></div>
<div><li>香烤鱼头</li></div>
<div><li>香烤鱼头王</li></div>
<div><li>香烤鱼头王</li></div>
<div><li>香烤鱼头</li></div>
<div><li>香烤鱼头王</li></div>
<div><li>香烤鱼头王</li></div>
<div><li>香烤鱼头王</li></div>
<div><li>香烤鱼头</li></div>
<div><li>香烤鱼头</li></div>
</div>

</BODY></HTML>
你这样子试试,把数据库内容放在“<div><li>香烤鱼头王</li></div>”这里重复就行了。

QQ:63572063
2010-12-01 12:45
kevinxu0638
Rank: 2
来 自:江苏
等 级:论坛游民
帖 子:147
专家分:62
注 册:2009-10-19
收藏
得分:0 
回复 14楼 wangjy500
试试 感觉不错 呵呵

javascript、asp学习研究中 希望高手多多指教
2010-12-01 12:51
kevinxu0638
Rank: 2
来 自:江苏
等 级:论坛游民
帖 子:147
专家分:62
注 册:2009-10-19
收藏
得分:0 
回复 14楼 wangjy500
没用
图片附件: 游客没有浏览图片的权限,请 登录注册

代码是
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.
19991224/loose.dtd">
<HTML xmlns="http://www.
<HEAD><TITLE>菜单!</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<style type="text/css">
<!--
.wang500_1 {
    background-color: #006699;
    width: 510px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #0066FF;
    border-right-color: #0066FF;
    border-bottom-color: #0066FF;
    border-left-color: #0066FF;
}
.wang500 {
    width: 510px;
    margin: 0px;
    padding: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #0066FF;
    border-right-color: #0066FF;
    border-bottom-color: #0066FF;
    border-left-color: #0066FF;
}
. div {
    float: left;
    height: 25px;
    width: 120px;
    margin-left: 15px;
    line-height: 25px;
}-->
</style>
</HEAD>
<BODY>
<div class="wang500_1">qqq</div>
<div class="wang500">
<div><li><a href="zw.asp?id=3" target="_blank">香烤鱼头王</a>&nbsp;<img src="../images/pic.gif" width="12"  
height="12"></li></div>   
<div><li><a href="zw.asp?id=4" target="_blank">煎雏肉</a>&nbsp;<img src="../images/pic.gif" width="12"  
height="12"></li></div>   
<div><li><a href="zw.asp?id=6" target="_blank">海参全家福</a></li></div>   
<div><li><a href="zw.asp?id=1" target="_blank">海参全家福</a>&nbsp;<img src="../images/pic.gif" width="12"  
height="12"></li></div>   
<div><li><a href="zw.asp?id=2" target="_blank">香酥肉</a>&nbsp;<img src="../images/pic.gif" width="12"  
height="12"></li></div>
</div>
</BODY></HTML>
这是为什么啊

javascript、asp学习研究中 希望高手多多指教
2010-12-01 15:40
kevinxu0638
Rank: 2
来 自:江苏
等 级:论坛游民
帖 子:147
专家分:62
注 册:2009-10-19
收藏
得分:0 
呵呵知道哪儿错了

javascript、asp学习研究中 希望高手多多指教
2010-12-01 15:45
kevinxu0638
Rank: 2
来 自:江苏
等 级:论坛游民
帖 子:147
专家分:62
注 册:2009-10-19
收藏
得分:0 
回复 14楼 wangjy500
wangjy500 大侠帮忙帮到底吧!
图片附件: 游客没有浏览图片的权限,请 登录注册
图片附件: 游客没有浏览图片的权限,请 登录注册

我的想法是一页显示四条记录 但是我第一页还是把所有的记录都显示了 我知道是代码里多了循环的语句 可惜我找不出来 大侠们帮帮忙看看
程序代码:
<% 
    Dim X_typestr
    X_typestr=Request.QueryString("typestr")
Dim db,strSql,rs
    Set db=Server.CreateObject("ADODB.Connection")
    db.Open "Dsn=background"                          
    Set rs=Server.CreateObject("ADODB.Recordset")
    strSql="Select * From news where typestr ='鲁菜'order by id desc"
    rs.Open strSql,db,1
    %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.>
<HTML xmlns="http://www.>
<HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<style type="text/css">
<!--
.wang500 {
    width: 508px;
    margin: 0px;
    padding: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color:  #1f92ff;
    border-right-color:  #1f92ff;
    border-bottom-color:  #1f92ff;
    border-left-color:  #1f92ff;
}
.wang500 div {
    float: left;
    height: 25px;
    width: 148px;
    margin-left: 15px;
    line-height: 25px;
}-->
</style>
</HEAD>
<BODY>
<table cellspacing="0" cellpadding="0" width="510"  background="../images/tu_di.gif" border="0">
      <tr>
        <td width="7"><img height="29" src="../images/tu(1).gif" width="7" /></td>
        <td ><font color="#ffffff"><b>列表</b></font></span></td>
        <td width="7"><img height="29" src="../images/tu1.gif" width="7" /></td>
      </tr>
    </table>
    <%
Rs.PageSize = 4
If Request("PageNo") = "" Then PageNo=1 Else PageNo = CInt(Request("PageNo"))
If PageNo < 1 Then Response.Redirect "?PageNo=1"
If PageNo > Rs.PageCount And Rs.PageCount > 0 Then Response.Redirect "?PageNo=" & Rs.PageCount
If Rs.Eof and Rs.Bof Then PageNo = 0 Else Rs.AbsOlutePage = PageNo 

For x = 1 to Rs.PageSize
If Rs.Eof Then Exit For
%>
<div class="wang500">
<%do while not rs.eof%>
<div><li><%
    if rs.eof then
       else
      if len(rs("title")) > 8  then 
      if (InStr(rs("memo"),"<img")>0) or (InStr(rs("memo"),"<IMG")>0) then
        %><a href="zw.asp?id=<%=rs("id")%>" target="_blank"><%
         response.Write left(rs("title"),5)&" ..." %></a>&nbsp;<img src="../images/pic.gif" width="12" height="12"><%
         else
         %><a href="zw.asp?id=<%=rs("id")%>" target="_blank"><%
         response.Write left(rs("title"),5)&" ..."%></a><%
         end if  
      else
          if (InStr(rs("memo"),"<img")>0) or (InStr(rs("memo"),"<IMG")>0)  then
          %><a href="zw.asp?id=<%=rs("id")%>" target="_blank"><%
         response.write rs("title")%></a>&nbsp;<img src="../images/pic.gif" width="12" height="12"><%
         else
          %><a href="zw.asp?id=<%=rs("id")%>" target="_blank"><%
            response.write rs("title")%></a><%
            end if
      end if
      end if      
    %></li></div>
    <%rs.movenext
loop%><table cellspacing="0" width="508" border="0" >

                <tr><td>&nbsp;</td></tr>  
              <tr>
                <td align="center">
            总[<span class="style1">
            <% = Rs.RecordCount%>
            </span>]条<strong>|</strong> <span class="style1">
            <% = Rs.PageSize%>
            </span><strong>/</strong><strong>|</strong> 当前<span class="style1">
            <% = PageNo%>
            </span><strong>/</strong><span class="style1">
            <% = Rs.PageCount%>
            </span><a href="Untitled-2.asp?PageNo=<% =Rs.AbsOlutePage%>">首页</a> <a href="Untitled-2.asp?PageNo=<% = PageNo - 1%>">上一页</a> <a href="Untitled-2.asp?PageNo=<% = PageNo + 1%>">下一页</a> <a href="Untitled-2.asp?PageNo=<% =Rs.PageCount%>">尾页</a>
          
</td>
              </tr>
            </table>

</div><%
next
%> 


</BODY></HTML>

javascript、asp学习研究中 希望高手多多指教
2010-12-01 16:33
wangjy500
Rank: 11Rank: 11Rank: 11Rank: 11
等 级:贵宾
威 望:13
帖 子:457
专家分:2569
注 册:2010-7-11
收藏
得分:0 
程序代码:
<div class="wang500">
<%For x = 1 to Rs.PageSize
If Rs.Eof Then Exit For
%>
<div><li><%
    if  not rs.eof then
     if len(rs("title")) > 8  then
      if (InStr(rs("memo"),"<img")>0) or (InStr(rs("memo"),"<IMG")>0) then
        %><a href="zw.asp?id=<%=rs("id")%>" target="_blank"><%
         response.Write left(rs("title"),5)&" ..." %></a>&nbsp;<img src="../images/pic.gif" width="12" height="12"><%
         else
         %><a href="zw.asp?id=<%=rs("id")%>" target="_blank"><%
         response.Write left(rs("title"),5)&" ..."%></a><%
         end if 
      else
          if (InStr(rs("memo"),"<img")>0) or (InStr(rs("memo"),"<IMG")>0)  then
          %><a href="zw.asp?id=<%=rs("id")%>" target="_blank"><%
         response.write rs("title")%></a>&nbsp;<img src="../images/pic.gif" width="12" height="12"><%
         else
          %><a href="zw.asp?id=<%=rs("id")%>" target="_blank"><%
            response.write rs("title")%></a><%
            end if
      end if
      end if     
    %></li></div>
    <%rs.movenext
next%>
注意红色部分!

[ 本帖最后由 wangjy500 于 2010-12-1 18:07 编辑 ]

QQ:63572063
2010-12-01 18:04
kevinxu0638
Rank: 2
来 自:江苏
等 级:论坛游民
帖 子:147
专家分:62
注 册:2009-10-19
收藏
得分:0 
回复 19楼 wangjy500
错误类型:
Microsoft VBScript 编译器错误 (0x800A040E)
'loop' 语句缺少 'do'
/sssss/files/Untitled-2.asp, line 85
loop

这个我好像试过的

javascript、asp学习研究中 希望高手多多指教
2010-12-01 18:07
快速回复:全乱了求图片的效果
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.075017 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved