回复 4楼 aspic
<!--#Include file="System.asp"-->
<%
ID=Replace(TRIM(Request("ShowID")),"'","")
%>
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=webTitle%></title>
<link href="CSS/Style.css" rel="stylesheet" type="text/css">
<!--#Include file="Include/webKey.asp"-->
</head>
<body>
<Script language="javascript">
function stop()
{
return false;
}
document.oncontextmenu=stop;
</script>
<table width="1004" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><!--#include file="top.asp"--></td>
</tr>
</table>
<table width="912" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="203"><!--#include file="right.asp"--></td>
<td valign="top"><table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/news.jpg" width="700" height="62"></td>
</tr>
<tr>
<td valign="top"><iframe marginwidth=0 framespacing=0 marginheight=0 frameborder=0 width="700" height="550" src="<%=webServer%>News_ID.asp?ID=<%=ID%>"allowtransparency="true"></iframe></td>
</tr>
</table></td>
</tr>
</table>
<table width="1004" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><!--#include file="copy.asp"--></td>
</tr>
</table>
</body>
</html>
这是这个页的代码