搜索列表
-
文件的读出 编辑 管理
【ASP编程】<% urlpath="http://"&Request.ServerVariables("SERVER_NAME") dim cpath,lpath set fsoBrowse=CreateObject("Scripting.FileSystemObject") if Request("path")="" then lpath="/" else lpath=Request("...
|文件|件的|的读|读出|出编|编辑|辑管|管理|理| -
列出指定目录下的所有文件和目录
【ASP编程】<%@ LANGUAGE = VBScript %> <%Server.ScriptTimeout=5000%> <html> <head> <style TYPE="text/css"> /* Outline Style Sheet */ UL UL {display: none; margin-left: 20pt} </style> <script LANGUAGE="Jav...
|列出|出指|指定|定目|目录|录下|下的|的所|所有|有文|文件|件和|和目|目录|录| -
一个实用的FSO-实时统计在线人数
【ASP编程】count.asp: <%Server.ScriptTimeout=300 id=Trim(Request.QueryString("id")) fc=Trim(Request.QueryString("fc")) if fc="" then fc="FFFF00" bg=Trim(Request.QueryString("bg")) if bg="" then bg="000000&quo...
|一个|个实|实用|用的|的F|FS|SO|O-|-实|实时|时统|统计|计在|在线|线人|人数|数| -
FSO的强大功能
【ASP编程】<HTML> <HEAD> <TITLE>笨狼代码大管家</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <style> body { font-size:12; BACKGROUND: #DADADA; margin-left:5; } .folder { font-...
|FS|SO|O的|的强|强大|大功|功能|能| -
用XML+FSO+JS实现服务器端文件的
【ASP编程】首先在服务器端先创建一个程序可以生成XML文件,以返回客户端,(getfolder.asp) <% 'written by Linzhang Chen ,2003-4-20 ' 转载请注明出处和保留此版权信息 response.write "<?xml version=""1.0"" encoding=""GB2312""?>"&chr(...
|用X|XM|ML|LF|FS|SO|OJ|JS|S实|实现|现服|服务|务器|器端|端文|文件|件的|的| -
实用的标签效果
【CSS/HTML】body{font-size:12px;line-height:150%;} table{font-size:12px;line-height:150%;} a:link {color:#000; text-decoration:none} a:visited {color:#000; text-decoration:none} a:active {color:#000; text-decoration:none} a:hover {color:#ff0000; text-decoration:underline} .s01 {border:#6BA6DE 1px solid; borde...
实用的标签效果 -
登陆asp class
【ASP编程】复制代码 代码如下:<!-- #include file="conn.asp" --> <!-- #include file="cls_main.asp" --> <!-- #include file="cls_md5.asp" --> <% dim obj set obj = New admin_login &...
登陆aspclass -
asp 常用函数用法
【ASP编程】Array() FUNCTION: 返回一个数组 SYNTAX: Array(list) ARGUMENTS: 字符,数字均可 EXAMPLE: <% Dim myArray() For i =&n...
asp常用函数用法 -
凸起的按钮效果
【CSS/HTML】function movr(src) { src.onselectstart = new Function("return false"); with (src.style) { color="red" borderLeft = "1px solid buttonhighlight"; borderRight = "1px solid buttonshadow"; borderTop = "1px solid buttonhighlight"; borderBottom = "1px solid buttonshadow"; padding = "0"; cursor="hand...
凸起的按钮效果 -
jsp留言板源代码二: 给jsp初学者.
【JSP编程】作 者: precom (皮蛋) 2000.12.10guestbook.jsp =========================== <html><head> <META content="text/html; charset=gb2312 " http-equiv=Content-Type> <title>张家界电话黄页(网上114)</title></head> <style type="text/css&qu...
|js|sp|p留|留言|言板|板源|源代|代码|码二|二给|给j|js|sp|p初|初学|学者|者| -
jsp留言板源代码三: 给jsp初学者.
【JSP编程】作 者: precom (皮蛋) 2000.12.10reply.jsp ==================================== <html><head> <META content="text/html; charset=gb2312 " http-equiv=Content-Type> <title>张家界电话黄页(网上114)</title></head> <style type="text/cs...
|js|sp|p留|留言|言板|板源|源代|代码|码三|三给|给j|js|sp|p初|初学|学者|者| -
JSP教程(二)
【JSP编程】JSP directive mso-hansi-font-family:"">影响servlet 类的整体结构。它常用以下形式: <%@ directive attribute=”value”%> 而且,您可以将多个属性写在一个语句中: <%@ directive attribute1="value1" attribute2="value2" attributeN=&qu...
|JS|SP|P教|教程|程(|(二|二)|)|