外汇对赌什么意思:小计天空工作室源码谁会修改?

来源:百度文库 编辑:高校问答 时间:2024/05/07 15:23:40
newsdisp.asp

inc/newsdisp.asp

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!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>就是要把这个标题改成和新闻标题实现动态相同</title>
问题补充:</script>
<%
dim dbid
dim sql
dbid=request("id")
set rs=Server.CreateObject("ADODB.Recordset")
sql="select * from HN_news where id="&dbid
rs.open sql,conn,1,3
rs("hotclick")=rs("hotclick")+1
rs.update
if rs("come")<>"" then come=rs("come") else come="未知" end if
if rs("auth")<>"" then come=rs("auth") else come="未知" end if
demo=replace(rs("demo"),chr(10)+chr(13),"<br>")%>
<link href="../css/css.css" rel="stylesheet" type="text/css">
<style type="text/css">