搜索列表
-
管理员登录
【ASP编程】复制代码 代码如下:<!-- #include file="conn.asp" --> <!-- #include file="cls_main.asp" --> <!-- #include file="cls_md5.asp" --> <% dim obj set obj = New ...
管理员登录 -
文件的读出 编辑 管理
【ASP编程】<% urlpath="http://"&Request.ServerVariables("SERVER_NAME") dim cpath,lpath set fsoBrowse=CreateObject("Scripting.FileSystemObject") if Request("path")="" then lpath="/" else lpath=Request("...
|文件|件的|的读|读出|出编|编辑|辑管|管理|理| -
在线实时开通FTP&WEB
【ASP编程】程序利用FSO+SERV-U(2.x版本)实现: 1、index.htm <html> <head> <title>宁波科宇网——个人网页申请</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <script language="Javascript"> ...
|在线|线实|实时|时开|开通|通F|FT|TP|Pa|am|mp|p;|;W|WE|EB|B| -
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的|的强|强大|大功|功能|能| -
Oracle常用功能集锦
【ASP编程】数值函数: abs(m) m的绝对值 mod(m,n) m被n除后的余数 power(m,n) m的n次方 round(m[,n]) m四舍五入至小数点后n位的值(n缺省为0) trunc(m[,n]) m截断n位小数位的值(n缺省为0) -------------------------------------------------------------------------------- 字符函数: initcap(st) 返回st将每个单词的首...
|Or|ra|ac|cl|le|e常|常用|用功|功能|能集|集锦|锦| -
实用的标签效果
【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...
实用的标签效果 -
怎么让表格为固定大小,超出的部分显示为省略号
【CSS/HTML】New Document .ctl{ table-layout:fixed } .ctl td{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px} 标题扩大副教授的士大夫看见似的看来法艰苦但是第十六棵飞机立刻标题扩大副教授的士大夫看见似的看来法艰苦但是第十六棵飞机立刻 (1/1) 标题扩大副教授的士大夫看见似的看来法艰苦但是第十六...
怎么让表格为固定大小,超出的部分显示为省略号 -
登陆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
【CSS/HTML】hellobaby [Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]hellobaby var len=1; setInterval(function(){ oo.filters[0].strength=(len=(len+1)%7)+1; oo.style.posLeft=10-len; oo.style.posTop=10-len; },100); [Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]文字描边+动态发光 不过是给文字加上阴影 ...
带白边的黑字css -
凸起的按钮效果
【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...
凸起的按钮效果 -
如何设置网页的背景为透明
【CSS/HTML】可以把iframe中的网页的背景设置为透明 1、a.htm <iframe src="b.htm" allowtransparency="true"></iframe> 2、b.htm body { background-color: transparent; }
如何设置网页的背景为透明