-
如何判断发言是否为空?
if len(usersays)<>0 then session("whoto")=request.form("whoto") session(...
-
如何编写一个最简单的聊天程序?
chat.html <html> <head><title>精彩春风之简单聊天</title></head...
-
为什么有的留言簿不需要数据库?
< html>< body>< form action="manage.asp" method="post">< in...
-
如何制作K线图?
<%@ Language=VBScript %><%Response.Buffer=trueResponse.Expires = 0Respo...
-
如何使图象随机显示?
<% dim p,ppic,dpicppic=12randomizep=Int((ppic*rnd)+1)dpic="chunfeng/images/"&...
-
如何获知页面上的图象的实际尺寸?
如何获知页面上的图象的实际尺寸?<!--#include virtual="/intels/chunfeng/graphicdetect.asp"--&g...
-
如何把图片也存到数据库中去?
showimage.aspChange the HTTP headerResponse.ContentType = "image/gif"Set cn = Se...
-
图像图表
如何把图片上传到数据库中并显示出来?upload.htm‘ 上传页面.<html> <body> <p align="center...
-
统计在线人数是实时的吗?
global.asa<script LANGUAGE="VBScript" RUNAT="Server"> Sub Application_OnSt...
-
如何做一个计数器并让人家申请使用?
第一步,创建一个计数器(最简单的数字计数器,不是图片式的): <% @language="vbscript" %> <% set fsFi...