浏览主站 | 站长工具 | 新闻资讯 | 站长学院 | 站长盈利 | HTML教程 | 网址导航 | 站长周刊 | 会员投稿 | 滚动新闻 | RSS
发新话题
打印

站长中国企业(公司)网站系统V4.1版(发布news!~)

本主题由 小蝎子 于 2008-7-17 14:29 解除置顶
引用:
原帖由 279761528 于 2008-3-19 23:42 发表
不能下载啊~楼主能不能传给我一份啊 QQ279761528 做公司网站急用
晕,你积分太少,多发帖支持,分就上来了。

TOP

引用:
原帖由 kingnsl 于 2008-3-21 00:38 发表
Microsoft VBScript 编译器错误 错误 '800a0409'

未结束的字符串常量

/inc/top.asp,行 27

top=top&"     
把top.asp作为附件发上来吧,给我个短信,我调一下。

TOP

謝謝,可惜我的經驗值太低,無法下載.
先關注

TOP

請問各位已下載過的朋友,
這個網站系統是用什麽開發.
是c#+asp.net
還是asp的?
謝謝.

TOP

修改后是这样你看下

<!--#include file="../include/weburl.asp"-->
<!--#include file="../include/conn.asp"-->
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select top 1 webname,url from manager order by id desc",conn,1,1
if not rs.eof then
  webname=rs("webname")
  url=rs("url")
end if
rs.close
set rs=nothing
conn.close
set conn=nothing

top=""
top=top&"<html>"
top=top&"<head>"
top=top&"<meta http-equiv=""Content-Type"" content=""text/html; charset=gb2312"" />"
top=top&"<title>"&webname&"</title>"
top=top&"<link href="""&url&"/images/style.css"" rel=""stylesheet"" type=""text/css"">"
top=top&"</head>"

top=top&"<body topmargin=""0"" leftmargin=""0"">"
top=top&"<table width=""980"" border=""0"" align=""center"" cellpadding=""0"" cellspacing=""0"">"
top=top&"  <tr>"
top=top&"    <td width=""312""><a href="""&url&"""><img src="""&url&"/images/logo.gif"" width=""312"" height=""68"" border=""0""></a></td>"
top=top&"    <td width=""499"" align=""center""><object classid=""clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"" width=""470"" height=""60"">
        <param name=""movie"" value=""&url&"images/abc.swf"">
        <param name=""quality" value=""high"">
        <embed src=""&url&"images/abc.swf"" quality=""high"" pluginspage=""http://www.macromedia.com/go/getflashplayer"" type=""application/x-shockwave-flash"" width=470"" height=""60""></embed></object></td>"
top=top&"    <td width=""169"">"
top=top&"          <div>"
top=top&"            <img src="""&url&"/images/dot1.gif"" width=""3"" height=""3""> 站长资讯站长新闻关注<br>"
top=top&"            <img src="""&url&"/images/dot1.gif"" width=""3"" height=""3""> DISCUZ!官方专题汇集<br>"
top=top&"            <img src="""&url&"/images/dot1.gif"" width=""3"" height=""3""> 站长源码免费下载提供"
top=top&"          </div>"
top=top&"        </td>"
top=top&"  </tr>"
top=top&"</table>"
%>
document.write('<%=top%>')

TOP

网上我调试一下。

TOP

引用:
原帖由 xmchyabi 于 2008-3-24 17:13 发表
請問各位已下載過的朋友,
這個網站系統是用什麽開發.
是c#+asp.net
還是asp的?
謝謝.
asp

TOP

调试通过:

<!--#include file="../include/weburl.asp"-->
<!--#include file="../include/conn.asp"-->
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select top 1 webname,url from manager order by id desc",conn,1,1
if not rs.eof then
  webname=rs("webname")
  url=rs("url")
end if
rs.close
set rs=nothing
conn.close
set conn=nothing

top=""
top=top&"<html>"
top=top&"<head>"
top=top&"<meta http-equiv=""Content-Type"" content=""text/html; charset=gb2312"" />"
top=top&"<title>"&webname&"</title>"
top=top&"<link href="""&url&"/images/style.css"" rel=""stylesheet"" type=""text/css"">"
top=top&"</head>"

top=top&"<body topmargin=""0"" leftmargin=""0"">"
top=top&"<table width=""980"" border=""0"" align=""center"" cellpadding=""0"" cellspacing=""0"">"
top=top&"  <tr>"
top=top&"    <td width=""312""><a href="""&url&"""><img src="""&url&"/images/logo.gif"" width=""312"" height=""68"" border=""0""></a></td>"
top=top&"    <td width=""499"" align=""center""><object classid=""clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"" codebase=""http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"" width=""470"" height=""62"">"
top=top&"      <param name=""movie"" value=""images/abc.swf"" />"
top=top&"      <param name=""quality"" value=""high"" />"
top=top&"      <embed src=""images/abc.swf"" quality=""high"" pluginspage=""http://www.macromedia.com/go/getflashplayer"" type=""application/x-shockwave-flash"" width=""470"" height=""62""></embed>"
top=top&"    </object></td>"
top=top&"    <td width=""169"">"
top=top&"          <div>"
top=top&"            <img src="""&url&"/images/dot1.gif"" width=""3"" height=""3""> 站长资讯站长新闻关注<br>"
top=top&"            <img src="""&url&"/images/dot1.gif"" width=""3"" height=""3""> DISCUZ!官方专题汇集<br>"
top=top&"            <img src="""&url&"/images/dot1.gif"" width=""3"" height=""3""> 站长源码免费下载提供"
top=top&"          </div>"
top=top&"        </td>"
top=top&"  </tr>"
top=top&"</table>"
%>
document.write('<%=top%>')

TOP

将flash文件放到images文件夹内,起名abc.swf就可以了。

或者修改程序中相应的swf文件的地址。

你原来写的程序有部分错误。

TOP

貌似对 SEO不利阿

TOP

发新话题