非常不錯的頁面特效 建議大家看下
<!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...