非常不错的页面特效 建议大家看下
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0021)http://www.fuckhacker.net/ --> <HTML><HEAD><TITLE>精灵'S blog</TITLE> <META http-equiv=Content-Type content="...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0021)http://www.fuckhacker.net/ --> <HTML><HEAD><TITLE>精灵'S blog</TITLE> <META http-equiv=Content-Type content="...
今天在网上看到这篇文章,感觉很少会用到,但毕竟还是有些人需要这样的功能的,否则就不会有这篇文章,这篇文章主要是解决以下问题:复制代码 代码如下:1.点击一个可以打开新窗体的链接,如何实现如果窗体已打开,则将焦点转到已打...
以下内容摘录自《征服AJAX Web2.0开发技术详解》,今天在图书管看书觉得讲的挺好的,特此摘录!小部分内容和代码做了改动!
window对象提供了两个方法来实现定时器的效果,分别是window.setTimeout()和window.setInterval。...
简介:完全通过html不需要写js程序就可以实现表单验证功能,可支持一个表单元件多条件验证 和服务端程序无关系,完全客户端方式。
使用方法:在要验证的表单中加上 onsubmit="return validator(this)" 在要验证的表单元...
受那位WPSXXX的 IMG大于DIV 的启发 写的 有不足之处 如果有什么好的修改或建议 希望能给我一份copy 谢谢 sjx.saxon@gmail.com
Map Image * {margin:0px auto;padding:0px;text-align:center;} * {font-size:9...
一、简介
1.1、概述 随着WEB2.0及ajax思想在互联网上的快速发展传播,陆续出现了一些优秀的Js框架,其中比较著名的有Prototype、YUI、jQuery、mootools、Bindows以及国内的JSVM框架等,通过将这些JS框架应用到...
/* value: 值; byteLength:数据库字节长度 title:字段中文名称 attribute:属性名称 使用方法说明:
添加 (1) onkeyup="limitLength(this.value,100,'名称','name')" (2) id="name" 或【struts标签】styleI...
刚刚看了下jQuery的源代码,其中关于CSS及className的操作思想确实很不错,值得借鉴。 其中关于jQuery.className.has的定义部分,是用的正则来实现的,其实此处直接利用Javascript中String对象的indexOf方法来作处理的话,比用...
DescriptionReturns information about the Internet proxy server used by a computer. Supported PlatformsWindows Server 2003YesWindows XPYesWindows 2000NoWindows NT 4.0NoWindows 98NoScript Codevar wbemFl...
这是一个未知大小的图片在一个已知大小容器中的水平和垂直居中的例子,原文标题:“Centering an image of unknown size in an outer container of known size”。 这个水平和垂直居中的例子能正常工作在IE5.x, IE6,...
Description
Returns a list of features for all the software installed on a computer using Windows Installer. Script Code 复制代码 代码如下:var wbemFlagReturnImmediately = 0x10; var wbemFlagForward...
Description Returns a list of software that was installed on a computer using Windows Installer. This information is then written to a text file. Script Code 复制代码 代码如下:var wbemFlagReturnImmed...
Description
Uses WMI to return information about all the audio and video codec files installed on a computer. Script Code 复制代码 代码如下:var wbemFlagReturnImmediately = 0x10; var wbemFlagForwar...
Description Returns the name and product code of binary information (such as bitmaps, icons, executable files, and so on) used by a Windows Installer application. Script Code 复制代码 代码如下:var wb...
Returns a list of all the hot fixes installed on a computer. Script Code
复制代码 代码如下:var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly = 0x20;
var objWMIService = GetObject...
Description Reports the Universal Time Coordinate (UTC) time on a computer.
Script Code 复制代码 代码如下:var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly = 0x20;
var objWMIServ...
Script Code
复制代码 代码如下:Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True objExcel.Workbooks.Add objExcel.Cells(1, 1).Value = "Test value" objExcel.Cells(1, 1).Fon...
Script Code
复制代码 代码如下:Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True objExcel.Workbooks.Add objExcel.Cells(1, 1).Value = "Test value"...
应 得意小蛇 的建议,我整理了一下去年写的JavaScript语法着色引擎,并提供下载,喜欢的尽管拿去,嘿嘿 总的来说是很简单的东西,只是提供了关键字的着色以及一些基本的语法(例如注释,字符串,正则等等),从demo中应该很容易看到其用...
Script Code
复制代码 代码如下:Const xpRangeAutoFormatList2 = 11
Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True Set objWorkbook = objExcel.Workbooks.Add() Set objWorks...
去年写的一个JavaScript压缩工具,用于x2blog.cn的js压缩。不过一直没有对外发布,现在拿来充个文章数吧,老不更新Blog可不好,呵呵
概述: X2JavascriptCompactor可以将多个Javascript脚本文件打包成一个文件,并删除原始文件...
Prototype.js作为javascript的成功的开源框架,封装了很多好用的功能,虽然官方没提供什么文档,不过在google上一搜,好多相关的文档,不过在学习使用的过程中还是碰到了一些问题,希望熟悉的朋友能多加指点,对于prototype.js学习...
Description
Demonstration script that opens an existing Excel spreadsheet named C:/Scripts/New_users.xls. 复制代码 代码如下:Set objExcel = CreateObject("Excel.Application") Set objWorkbook = objExc...
Description
Adds the BITS_Update.dll extension file.
复制代码 代码如下:strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}//" _ & strComputer...
Description
Demonstration script that reads the values stored in a spreadsheet named C:/Scripts/New_users.xls. Script Code复制代码 代码如下:Set objExcel = CreateObject("Excel.Application") Set objW...