| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 470 人关注过本帖
标题:急,为什么代码一样,显示的却不一样呢?
只看楼主 加入收藏
lixiaobo521521
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2008-10-18
收藏
 问题点数:0 回复次数:4 
急,为什么代码一样,显示的却不一样呢?
<!--#include file="Inc/SysProduct.asp" -->
<!--#include file="inc/ubbcode.asp"-->
<script language="JavaScript">
<!--
var flag=false;
function DrawImage(ImgD){
 var image=new Image();
 image.src=ImgD.src;
 if(image.width>0 && image.height>0){
  flag=true;
  if(image.width/image.height>= 153/153){
   if(image.width>153){
    ImgD.width=153;
    ImgD.height=(image.height*153)/image.width;
   }else{
    ImgD.width=image.width;
    ImgD.height=image.height;
   }
   ImgD.alt="点击查看详细信息...";
  }
  else{
   if(image.height>153){
    ImgD.height=153;
    ImgD.width=(image.width*153)/image.height;
   }else{
    ImgD.width=image.width;
    ImgD.height=image.height;
   }
   ImgD.alt="点击查看详细信息...";
  }
 }
}
//-->
</script>

<%
function cutstr(tempstr,tempwid)
if len(tempstr)>tempwid then
cutstr=left(tempstr,tempwid)&"..."
else
cutstr=tempstr
end if
end function%>
<link href="Images/common.css" rel="stylesheet" type="text/css">
<table width="100%" height="43%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="582" valign="top" Class=border><table width="100%" border="0" cellspacing="0" cellpadding="0">
    </tr>
    </table>
        <table width="100%" border="0" cellspacing="0"  cellpadding="5" >
          <tr>
            <td valign="top"  ><span id="tb_B101">
              <table width="100%" border="0" cellpadding="0" cellspacing="0">
                <tr>
                  <td  ><script language="javascript" src="NewsType.asp?BigClass=企业新闻&n=7"></script></td>
                </tr>
              </table>
              </span> <span id="tb_B102" style="display:none;">
              <table width="100%" border="0"  cellpadding="0" cellspacing="0">
                <tr>
                  <td  ><script language="javascript" src="NewsType.asp?BigClass=业内资讯&n=7"></script></td>
                </tr>
            </table></td>
          </tr>
        </table>
      </td>
  </tr>
</table>

我改的程序,原来的是这样的代码,可以显示新闻。
我重新建立了一个页,路径都对,为啥那个新页什么也不显示?
搜索更多相关主题的帖子: 代码 
2008-10-19 00:02
multiple1902
Rank: 8Rank: 8
等 级:贵宾
威 望:42
帖 子:4881
专家分:671
注 册:2007-2-9
收藏
得分:0 
请问你把内容放进body标签了没?
link标签可是在head标签里的。

还有这行看着感觉像搞DDOS攻击
                  <td  ><script language="javascript" src="NewsType.asp?BigClass=企业新闻&n=7"></script></td>
2008-10-19 10:27
lixiaobo521521
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2008-10-18
收藏
得分:0 
哈哈,非常3q。问题已经解决了,就是body的问题。
2008-10-19 23:43
nicechlk
Rank: 3Rank: 3
等 级:论坛游侠
威 望:4
帖 子:330
专家分:187
注 册:2008-9-6
收藏
得分:0 
[bo][un]multiple1902[/un] 在 2008-10-19 10:27 的发言:[/bo]

请问你把内容放进body标签了没?
link标签可是在head标签里的。

还有这行看着感觉像搞DDOS攻击
                  

你的目光好犀利哦,这么快就发现了问题!就是对人不太温柔。

莫以善小而不为,莫以恶小而为之!
2008-10-19 23:54
awke002
Rank: 2
等 级:论坛游民
帖 子:201
专家分:55
注 册:2008-7-22
收藏
得分:0 
有同感、、
2008-10-20 09:57
快速回复:急,为什么代码一样,显示的却不一样呢?
数据加载中...
 
   



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

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