以发布时间为序
-
去年的员工大会上,餐厅经理想让我写一个身份证号码抽奖的程序,由于我只会一点JavaScript,所以就用JS写了一个,因为经理特别要求,每个身份证号码只出现一次,以保证每个员工都有一次获奖的机会!最终写好了,但是在IE5.5以下的版本的IE上有错误,不知道如何解决呢! 看代码: <html> <head
-
<%@ Language=VBScript. %> <% '我写的一个遍历目录以及目录下文件的函数, %> <% function bianli(path) set fso=server.CreateObject("scripting.filesystemobject") on error resume next set bjFolder=fso.GetFolder(pat
-
<% Set MyFile=Server.CreateObject("Scripting.FileSystemObject") if request.form("action")="delall" then Num=request.form("delFileName").count for x=1 to&nb
-
<% Dim oFSO, oUploadFolder, oUploadFiles, oUploadFile, sFileName f_path=Server.MapPath("images/")'要读取的路径 Set oFSO = Server.CreateObject("Scripting.FileSystemObject") On Error Resume Next Set oUploadFold
-
<!--# include file="conn.asp"--> <html><head><TITLE>分页测试</TITLE><LINK href="/inc/style.css" type=text/css rel=stylesheet></head> <%strHead=strHead&"<ht


