| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 465 人关注过本帖
标题:这个安全吗?
只看楼主 加入收藏
enirilt
Rank: 1
等 级:新手上路
帖 子:126
专家分:0
注 册:2006-11-29
结帖率:0
收藏
 问题点数:0 回复次数:2 
这个安全吗?

网上下载了个新闻自动更新程序,不知安全不安全,请你们看看!
1、newslist.asp
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>更多新闻</title>
<STYLE type="text/css">
<!--
a:link {text-decoration: none; font-family: AdobeSm; color: #000000 }
a:visited {text-decoration: none; color: #000000 }
A:hover {COLOR: green; FONT-FAMILY: "Verdana,宋体,MingLiU"; TEXT-DECORATION: underline}
body {font-size: 9pt; font-family: Verdana,宋体,MingLiU, Arial;color: #000000}
TD {FONT-SIZE: 9pt; FONT-FAMILY: "Verdana,宋体,MingLiU, Arial";color: #000000;line-height: 120%;table-layout:fixed;word-break:break-all}
p {FONT-SIZE: 9pt; FONT-FAMILY: "Verdana,宋体,MingLiU, Arial";color: #000000}
input {FONT-SIZE: 9pt; FONT-FAMILY: "Verdana,宋体,MingLiU, Arial";color: #000000}
body {margin-top: 0; margin-bottom: 0;margin-left:0;margin-right:0; color: #000000}
select {FONT-SIZE: 9PT;font-family: Verdana,宋体}
option {FONT-SIZE: 9pt;font-family: Verdana,宋体}
textarea {FONT-SIZE: 9pt;font-family: Verdana,宋体}
-->
</STYLE>
</head>

<body>

<div align="center">
<table border="1" cellpadding="0" width="760" id="table1" height="98" style="border-collapse: collapse" bordercolor="#C0C0C0">
<tr>
<td bgcolor="#DDDDDD">
<p align="center">自行修改页头</td>
</tr>
</table>
</div>
<div align="center">
<table border="1" cellpadding="0" width="760" style="border-collapse: collapse" bordercolor="#DDDDDD">
<tr>
<td width="200" bgcolor="#DDDDDD">
<p align="center">自行修改区域</td>
<td width="560">
<div align="center">
<table border="0" cellpadding="10" cellspacing="0" width="100%" id="table3">
<tr>
<td>
<%
lm=trim(request("lm"))
page=trim(request("page"))
if page="" then page=1
%>
<script language="javascript" type="text/javascript" src=""
</tr>
</table>
</div>

</td>
</tr>
</table>
</div>
<div align="center">
<table border="1" cellpadding="0" width="760" id="table2" height="116" style="border-collapse: collapse" bordercolor="#C0C0C0">
<tr>
<td bgcolor="#DDDDDD">
<p align="center">自行修改页尾</td>
</tr>
</table>
</div>

</body>

</html>


2、newsview.asp
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<STYLE type="text/css">
<!--
a:link {text-decoration: none; font-family: AdobeSm; color: #000000 }
a:visited {text-decoration: none; color: #000000 }
A:hover {COLOR: green; FONT-FAMILY: "Verdana,宋体,MingLiU"; TEXT-DECORATION: underline}
body {font-size: 9pt; font-family: Verdana,宋体,MingLiU, Arial;color: #000000}
TD {FONT-SIZE: 9pt; FONT-FAMILY: "Verdana,宋体,MingLiU, Arial";color: #000000;line-height: 120%;table-layout:fixed;word-break:break-all}
p {FONT-SIZE: 10.5pt; FONT-FAMILY: "Verdana,宋体,MingLiU, Arial";color: #000000}
input {FONT-SIZE: 9pt; FONT-FAMILY: "Verdana,宋体,MingLiU, Arial";color: #000000}
body {margin-top: 0; margin-bottom: 0;margin-left:0;margin-right:0; color: #000000}
select {FONT-SIZE: 9PT;font-family: Verdana,宋体}
option {FONT-SIZE: 9pt;font-family: Verdana,宋体}
textarea {FONT-SIZE: 9pt;font-family: Verdana,宋体}
-->
</STYLE>
</head>


<div align="center">
<table border="1" cellpadding="0" width="760" id="table1" height="98" style="border-collapse: collapse" bordercolor="#C0C0C0">
<tr>
<td bgcolor="#DDDDDD">
<p align="center"><img src="../images/bt.jpg" width="754" height="92" /></td>
</tr>
</table>
<div align="center">
<table border="0" cellpadding="10" cellspacing="0" width="760" id="table3">
<tr>
<td style="font-size: 10.5pt; font-family: Verdana; line-height:15pt" valign="top">
<%
id=trim(request("id"))
%>
<span style="font-size: 10.5pt">
<script language="javascript" type="text/javascript" src="" </span></td>
</tr>
</table>
</div>
</div>
<center>

<%
id=trim(request("id"))
if id="" then id=0
%>
</center>
<div align="center">
<table border="1" cellpadding="0" width="760" id="table2" height="116" style="border-collapse: collapse" bordercolor="#C0C0C0">
<tr>
<td bgcolor="#DDDDDD">
<p align="center">自行修改页尾</td>
</tr>
</table>
</div>

[此贴子已经被作者于2007-5-15 11:29:43编辑过]

搜索更多相关主题的帖子: 安全 html content color title 
2007-05-15 11:23
yutaozj
Rank: 1
等 级:新手上路
威 望:1
帖 子:234
专家分:0
注 册:2006-2-17
收藏
得分:0 
安全的,没有任何危险代码存在

愿天下所有的人都喜欢编程~!@¥#%……&*(——+
2007-05-16 11:19
在编程中沦落
Rank: 2
等 级:新手上路
威 望:4
帖 子:411
专家分:0
注 册:2005-12-25
收藏
得分:0 
不是一般的安全…………

2007-05-16 11:21
快速回复:这个安全吗?
数据加载中...
 
   



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

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