搜索列表
-
如何获知页面上的图象的实际尺寸?
【编程10000问】如何获知页面上的图象的实际尺寸?<!--#include virtual="/intels/chunfeng/graphicdetect.asp"--><html><head><title>千花飞舞之获知图像尺寸</title></head><body><% graphic="images/intels.gif" HW = ReadImg(graphic) Response...
|如何|何获|获知|知页|页面|面上|上的|的图|图象|象的|的实|实际|际尺|尺寸|寸?|?| -
如何把图片也存到数据库中去?
【编程10000问】showimage.aspChange the HTTP headerResponse.ContentType = "image/gif"Set cn = Server.CreateObject("ADODB.Connection")cn.Open "driver={SQL Server};server=.;UID=sa;PWD=;DATABASE=pubs"Set rs = cn.Execute("select logo from pub_info WHERE pub_id='0736'")Respons...
|如何|何把|把图|图片|片也|也存|存到|到数|数据|据库|库中|中去|去?|?| -
如何用数据库制作一个多用户版的计数器?
【编程10000问】count.asp' 计数器的核心程序.<%Set conn = Server.CreateObject("ADODB.Connection")dbpath=server.MapPath("count.mdb")conn.open "driver={Microsoft Access Driver (*.mdb)};dbq="&DbPathuser=Request.QueryString("user")sql="update counttable set curvalue=curvalue+1 where user='"...
|如何|何用|用数|数据|据库|库制|制作|作一|一个|个多|多用|用户|户版|版的|的计|计数|数器|器?|?| -
如何随机显示图片计数器?
【编程10000问】count.asp< html >< head >< meta http-equiv="Content-Type"content="text/html; charset=gb2312" ><title>随风起舞之千变计数器</title></head><body><p><%dim outcountfile=server.mappath("aspcount.txt")set objfile=server.createobject("scripting.filesystemobject")' 定义一个服务器组件.se...
|如何|何随|随机|机显|显示|示图|图片|片计|计数|数器|器?|?| -
如何让计数器只对新进用户计数?
【编程10000问】如何让计数器只对新进用户计数?<script language=vbscript runat=server>sub application_onstartfilepath=server.mappath("/count")filename=filepath+"\counter.txt"set fs=createobject("scripting.filesystemobject")if not fs.fileexists(filename) then fs.createtextfile(filename) &...
|如何|何让|让计|计数|数器|器只|只对|对新|新进|进用|用户|户计|计数|数?|?| -
如何防止计数器刷新计数?
【编程10000问】如何防止计数器刷新计数?<html><head><title>千花飞舞之真实的计数器</title></head><body><%dim tms,counter,countlendim images(20)h1="<p> 千花飞舞计数器</font></p>"If IsEmpty(Session("hasbeenConnected")) thenset rs=server....
|如何|何防|防止|止计|计数|数器|器刷|刷新|新计|计数|数?|?| -
如何在网站中插播广告?
【编程10000问】如何在网站中插播广告?首先,我们要写一个adrot.txt以调用:adrot.txtredirect width 550height 60border 0*images/chunfengad.gifhttp://www.shenzhaoyang.com欢迎访问闪亮日子之精彩春风!50' 显示百分比images/intelsad.gifhttp://www.intels.net欢迎访问随风起舞!50 然后,在要显示广告条的页面里添加下...
|如何|何在|在网|网站|站中|中插|插播|播广|广告|告?|?| -
如何按时间显示最新标志
【编程10000问】<%mytime=rs("time") '数据库中保存时间nowtime=now() '当前时间if datediff("d",mytime,nowtime)<1 then '比较当前时间和数据库中时间,如相差小于1,即显示图片new.gif%><img src="images/new.gif"><%end if%>
|如何|何按|按时|时间|间显|显示|示最|最新|新标|标志|志| -
asp下载防盗链代码
【ASP编程】asp下载防盗链代码第一种: 终于对下载系统做了个防盗链措施,在下载的页面头部做了如下代码,相关代码如下: 复制代码 代码如下:<% From_url = Cstr(Request.ServerVariables("HTTP_REFERER")) Serv_url = Cstr(Request.Se...
asp下载防盗链代码 -
如何使图象随机显示?
【编程10000问】<% dim p,ppic,dpicppic=12randomizep=Int((ppic*rnd)+1)dpic="chunfeng/images/"&p&".gif"%> [1]
|如何|何使|使图|图象|象随|随机|机显|显示|示?|?| -
如何在网站中插播广告?
【编程10000问】如何在网站中插播广告?首先,我们要写一个adrot.txt以调用:adrot.txtredirect width 550height 60border 0*images/chunfengad.gifhttp://www.shenzhaoyang.com欢迎访问闪亮日子之精彩春风!50' 显示百分比images/intelsad.gifhttp://www.intels.net欢迎访问随风起舞!50 然后,在要显示广告条的页面里添加下...
|如何|何在|在网|网站|站中|中插|插播|播广|广告|告?|?| -
如何按时间显示最新标志
【编程10000问】<%mytime=rs("time") '数据库中保存时间nowtime=now() '当前时间if datediff("d",mytime,nowtime)<1 then '比较当前时间和数据库中时间,如相差小于1,即显示图片new.gif%><img src="images/new.gif"><%end if%>
|如何|何按|按时|时间|间显|显示|示最|最新|新标|标志|志|