| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 470 人关注过本帖
标题:急,为什么代码一样,显示的却不一样呢?
取消只看楼主 加入收藏
lixiaobo521521
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2008-10-18
收藏
 问题点数:0 回复次数:1 
急,为什么代码一样,显示的却不一样呢?
<!--#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
lixiaobo521521
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2008-10-18
收藏
得分:0 
哈哈,非常3q。问题已经解决了,就是body的问题。
2008-10-19 23:43
快速回复:急,为什么代码一样,显示的却不一样呢?
数据加载中...
 
   



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

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