| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 678 人关注过本帖
标题:真的不知道是什么原因
取消只看楼主 加入收藏
caiyakang
Rank: 2
等 级:新手上路
威 望:5
帖 子:2111
专家分:0
注 册:2005-3-24
收藏
 问题点数:0 回复次数:5 
真的不知道是什么原因
news.asp: javastr="<style>A.menu2{text-decoration: none;color:#000099;line-height: 12pt;font-size:9pt} A.menu2:hover {text-decoration: none;line-height: 12pt;font-size:9pt;color: #ffffff}A.menu2:visited {color:#FF66cFF; font-size:9pt}</style>" javastr=javastr+"<table width=\"100%\" border=\"0\">" <!--#include file="articleconn.asp"--> <%newstype=request("typeid")'获得栏目编号 n=request("n")'获得选取的数据个数 if newstype<> "" then '从数据库中按时间倒序选取已经审核通过的前n个文章 sql="select * from article where shenghe=1 and typeid="+cstr(newstype)+" order by dateandtime desc" set rs=conn.execute(sql)%> <% do while not rs.eof %> javastr=javastr+"<tr><td>" javastr=javastr+"<font color=\"#6687BA\"> □ </font><span style=\"font-size:9pt;line-height: 13pt\"><a href=\"open.asp?id=<%=rs("newsid")%>&path=<%=rs("path")%>&filename=<%=rs("N_Fname")%>\") target=\"_blank\"><%=rs("title")%></span></a><font color=\"#ff0000\"><%if rs("selectpic")= 1 then%>[图]<%end if%></font><font color=\"#666666\" font size=\"1\">(<%=rs("dateandtime")%>)(<%=rs("hits")%>次)</font>" javastr=javastr+"</td></tr>" <%n=n-1 if n<1 then exit do rs.movenext loop %> <% if n<1 then %> javastr=javastr+"</table><span style=\"font-size:9pt;line-height: 13pt\">                            <a href=\"more.asp?ttt=<%=rs("typeid")%>&sss=<%=rs("typename")%>\" target=\"_blank\">>>> 更多内容</span></a>" <% end if %> <%rs.close set rs=nothing conn.close set conn=nothing%> document.write (javastr) <%else%> document.write ("对不起,暂时没有任何内容。") <%end if%>

[此贴子已经被作者于2005-7-15 22:44:31编辑过]

搜索更多相关主题的帖子: 数据库 javastr color none 
2005-07-15 22:42
caiyakang
Rank: 2
等 级:新手上路
威 望:5
帖 子:2111
专家分:0
注 册:2005-3-24
收藏
得分:0 

menu.asp javastr="<style>A.menu2{text-decoration: none;color:#000099;line-height: 25pt;font-size:9pt} A.menu2:hover {text-decoration: none;line-height: 25pt;font-size:9pt;color: #ffffff}A.menu2:visited {color:#FF66cFF;line-height: 25pt;font-size:9pt}</style>"

<!--#include file="articleconn.asp"--> <%tjnews=request("tjnews") if tjnews="" then '查询数据库得到所有的栏目信息,并显示出来 sql="select * from type order by typetime" set rs=conn.execute(sql)%> <% while not rs.eof %>

javastr=javastr+" <span style=\"font-size:9pt;line-height: 15pt\"><a href=\"more.asp?ttt=<%=rs("typeid")%>&sss=<%=rs("type")%>\")><%=rs("type")%></span></a><font color=\"#000000\" size=\"2\"> - </font>" <%rs.movenext wend rs.close set rs=nothing conn.close set conn=nothing %>

document.write (javastr) <%else%> document.write ("对不起,暂时没有任何内容。") <%end if%>

[此贴子已经被作者于2005-7-15 22:43:56编辑过]


中国人的财富网:http://www..cn/
2005-07-15 22:43
caiyakang
Rank: 2
等 级:新手上路
威 望:5
帖 子:2111
专家分:0
注 册:2005-3-24
收藏
得分:0 
每次我把红色的去掉,就会出错
或者改其中一个页面的,另外一个页面的字体也会发生变化
这两个页面的,显示红色的有关系吗?

[此贴子已经被作者于2005-7-15 22:46:13编辑过]



中国人的财富网:http://www..cn/
2005-07-15 22:45
caiyakang
Rank: 2
等 级:新手上路
威 望:5
帖 子:2111
专家分:0
注 册:2005-3-24
收藏
得分:0 
以下是引用hxfly在2005-7-15 23:19:48的发言: document.write (javastr) 所以不可以去掉 你把它改了 字体当然改了啊
每个页面都调用了 我还是不大明白,能帮我说明一下吗。 上面的是两个不同的页面,各自的页面调用自已的javastr能这样理解吗。 先谢谢了

中国人的财富网:http://www..cn/
2005-07-16 00:12
caiyakang
Rank: 2
等 级:新手上路
威 望:5
帖 子:2111
专家分:0
注 册:2005-3-24
收藏
得分:0 
有人知道原因吗?

中国人的财富网:http://www..cn/
2005-07-16 10:39
caiyakang
Rank: 2
等 级:新手上路
威 望:5
帖 子:2111
专家分:0
注 册:2005-3-24
收藏
得分:0 
两个不同的页面,调用其他一个,别外一个也会变化,这是什么原因

中国人的财富网:http://www..cn/
2005-07-16 10:40
快速回复:真的不知道是什么原因
数据加载中...
 
   



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

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