📄 hande-products-detail.asp
字号:
<!--#include file="inc/conn.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>中山天思中山速达中山神州数码中山ERP软件销售服中心</title>
<style type="text/css">
<!--
body,td,th {
font-family: "宋体";
font-size: 12px;
color: #000000;
font-weight: normal;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="180" height="85" background="images/hande-index_01.gif" scope="col"> </th>
<th width="500" height="85" background="images/hande-index_02.gif" scope="col"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="85">
<param name="movie" value="images/logo1.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="images/logo1.swf" width="500" height="85" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object></th>
<th width="120" height="85" valign="top" background="images/hande-index_03.gif" scope="col"><table width="120" height="75" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="25" height="10" scope="col"> </th>
<th width="70" height="10" scope="col"> </th>
<th width="38" height="10" scope="col"> </th>
</tr>
<tr>
<td width="25" height="22" align="right" valign="middle"><a href="#"><></a></td>
<td width="70" height="22" align="center" valign="middle"><a href="#">设为主页</a></td>
<td width="38" height="22"> </td>
</tr>
<tr>
<td width="25" height="22" align="right" valign="middle"><a href="#"><></a></td>
<td width="70" height="22" align="center" valign="middle"><a href="#">加入收藏</a></td>
<td width="38" height="22"> </td>
</tr>
<tr>
<td width="25" height="21" align="right" valign="middle"><a href="#"><></a></td>
<td width="70" height="21" align="center" valign="middle"><a href="#">联系我们</a></td>
<td width="38" height="21"> </td>
</tr>
</table></th>
</tr>
</table>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="800" height="25" background="images/hande-index_04.gif" scope="col"><table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<th width="249" height="25" scope="col"> </th>
<th width="92" height="25" align="center" valign="middle" scope="col"><a href="hande-index.asp">首 页</a></th>
<th width="84" height="25" align="center" valign="middle" scope="col"><a href="hande-news.asp">新闻动态</a></th>
<th width="86" height="25" align="center" valign="middle" scope="col"><a href="hande-plan.asp">解决方案</a></th>
<th width="84" height="25" align="center" valign="middle" scope="col"><a href="hande-products.asp">产品介绍</a></th>
<th width="84" height="25" align="center" valign="middle" scope="col"><a href="hande-case.asp">实施案例</a></th>
<th width="86" height="25" align="center" valign="middle" scope="col"><a href="hande-about-us.asp">关于我们</a></th>
<th width="35" height="25" scope="col"> </th>
</tr>
</table></th>
</tr>
</table>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="175" height="190" valign="top" background="images/hande-news_03.gif" scope="col"><table width="175" border="0" cellspacing="0" cellpadding="0">
<tr>
<th width="18" height="46" scope="col"> </th>
<th width="137" height="46" colspan="2" scope="col"> </th>
<th width="20" height="46" scope="col"> </th>
</tr>
<tr>
<td width="18" height="35"> </td>
<td width="137" height="35" colspan="2" align="right" valign="bottom">用户名:
<input name="textfield" type="text" size="10" maxlength="20"></td>
<td width="20" height="35"> </td>
</tr>
<tr>
<td width="18" height="35"> </td>
<td width="137" height="35" colspan="2" align="right" valign="bottom"> 密 码:
<input name="textfield" type="text" size="10" maxlength="20"></td>
<td width="20" height="35"> </td>
</tr>
<tr>
<td width="18" height="40"> </td>
<td width="68" height="40" align="center" valign="bottom"><input type="submit" name="Submit" value="登录">
</td>
<td width="69" height="40" align="center" valign="bottom"><input type="submit" name="Submit" value="注册"></td>
<td width="20" height="40"> </td>
</tr>
</table></th>
<th width="625" height="190" background="images/hande-products_04.gif" scope="col"> </th>
</tr>
</table>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="171" rowspan="2" align="left" valign="top" background="images/di.gif" scope="col"> </th>
<th width="21" rowspan="2" valign="top" scope="col"> </th>
<th width="608" align="left" valign="middle" scope="col"><%owen=request("id")%>
<SCRIPT language=JavaScript>
var currentpos,timer;
function initialize()
{
timer=setInterval("scrollwindow()",50);
}
function sc(){
clearInterval(timer);
}
function scrollwindow()
{
currentpos=document.body.scrollTop;
window.scroll(0,++currentpos);
if (currentpos != document.body.scrollTop)
sc();
}
document.onmousedown=sc
document.ondblclick=initialize
</SCRIPT>
<%
Set rsnews=Server.CreateObject("ADODB.RecordSet")
sql="update news set hits=hits+1 where id="&cstr(request("id"))
conn.execute sql
sql="select * from news where id="&owen
rsnews.Open sql,conn,1,1
if rsnews.eof and rsnews.bof then
response.Write("数据库出错")
else
%>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="50" colspan="2" align="center" class="tit"><%= rsnews("title") %></td>
</tr>
<tr>
<td width="40%" height="15" style="border-top: 1 solid #666666;border-bottom: 1 solid #666666">双击自动滚屏</td>
<td width="60%" align="center" style="border-top: 1 solid #666666;border-bottom: 1 solid #666666">发布者:<%= rsnews("user") %> 发布时间:<%= rsnews("infotime") %> 阅读:<font color="#FF0000"><%= rsnews("hits") %></font>次</td>
</tr>
<tr>
<td height="15" colspan="2" style="border-top: 1 solid #666666;border-bottom: 1 solid #666666">---------------------------------------------------------------------------------------------</td>
</tr>
<tr>
<td colspan="2"><br>
<div style='font-size:10.5pt'><%=rsnews("content") %></div></td>
</tr>
<tr align="right">
<td colspan="2"> </td>
</tr>
<tr align="right">
<td colspan="2"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="right"><img src="images/printer.gif" width="16" height="14" align="absmiddle"> <a href="javascript:window.print()">打印本页</a> | <img src="images/close.gif" width="14" height="14" align="absmiddle"> <a href="javascript:window.close()">关闭窗口</a></td>
</tr>
</table></td>
</tr>
<%
end if
rsnews.close
set rsnews=nothing
%>
</table></th></tr>
<tr>
<th align="left" valign="middle" scope="col"> </th>
</tr>
</table>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="800" height="55" scope="col"><img src="images/hande-news_06.gif" width="800" height="55" border="0" usemap="#Map"></th>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="586,8,632,24" href="#">
<area shape="rect" coords="659,9,704,25" href="book/Boards.asp">
<area shape="rect" coords="728,10,777,25" href="#">
</map>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -