非常不錯(cuò)的頁面特效 建議大家看下
<!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="...
今天在網(wǎng)上看到這篇文章,感覺很少會(huì)用到,但畢竟還是有些人需要這樣的功能的,否則就不會(huì)有這篇文章,這篇文章主要是解決以下問題:復(fù)制代碼 代碼如下:1.點(diǎn)擊一個(gè)可以打開新窗體的鏈接,如何實(shí)現(xiàn)如果窗體已打開,則將焦點(diǎn)轉(zhuǎn)到已打...
以下內(nèi)容摘錄自《征服AJAX Web2.0開發(fā)技術(shù)詳解》,今天在圖書管看書覺得講的挺好的,特此摘錄!小部分內(nèi)容和代碼做了改動(dòng)!
window對(duì)象提供了兩個(gè)方法來實(shí)現(xiàn)定時(shí)器的效果,分別是window.setTimeout()和window.setInterval。...
簡(jiǎn)介:完全通過html不需要寫js程序就可以實(shí)現(xiàn)表單驗(yàn)證功能,可支持一個(gè)表單元件多條件驗(yàn)證 和服務(wù)端程序無關(guān)系,完全客戶端方式。
使用方法:在要驗(yàn)證的表單中加上 onsubmit="return validator(this)" 在要驗(yàn)證的表單元...
受那位WPSXXX的 IMG大于DIV 的啟發(fā) 寫的 有不足之處 如果有什么好的修改或建議 希望能給我一份copy 謝謝 sjx.saxon@gmail.com
Map Image * {margin:0px auto;padding:0px;text-align:center;} * {font-size:9...
一、簡(jiǎn)介
1.1、概述 隨著WEB2.0及ajax思想在互聯(lián)網(wǎng)上的快速發(fā)展傳播,陸續(xù)出現(xiàn)了一些優(yōu)秀的Js框架,其中比較著名的有Prototype、YUI、jQuery、mootools、Bindows以及國(guó)內(nèi)的JSVM框架等,通過將這些JS框架應(yīng)用到...
/* value: 值; byteLength:數(shù)據(jù)庫字節(jié)長(zhǎng)度 title:字段中文名稱 attribute:屬性名稱 使用方法說明:
添加 (1) onkeyup="limitLength(this.value,100,'名稱','name')" (2) id="name" 或【struts標(biāo)簽】styleI...
剛剛看了下jQuery的源代碼,其中關(guān)于CSS及className的操作思想確實(shí)很不錯(cuò),值得借鑒。 其中關(guān)于jQuery.className.has的定義部分,是用的正則來實(shí)現(xiàn)的,其實(shí)此處直接利用Javascript中String對(duì)象的indexOf方法來作處理的話,比用...
DescriptionReturns information about the Internet proxy server used by a computer. Supported PlatformsWindows Server 2003YesWindows XPYesWindows 2000NoWindows NT 4.0NoWindows 98NoScript Codevar wbemFl...
這是一個(gè)未知大小的圖片在一個(gè)已知大小容器中的水平和垂直居中的例子,原文標(biāo)題:“Centering an image of unknown size in an outer container of known size”。 這個(gè)水平和垂直居中的例子能正常工作在IE5.x, IE6,...
Description
Returns a list of features for all the software installed on a computer using Windows Installer. Script Code 復(fù)制代碼 代碼如下: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 復(fù)制代碼 代碼如下:var wbemFlagReturnImmed...
Description
Uses WMI to return information about all the audio and video codec files installed on a computer. Script Code 復(fù)制代碼 代碼如下: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 復(fù)制代碼 代碼如下:var wb...
Returns a list of all the hot fixes installed on a computer. Script Code
復(fù)制代碼 代碼如下:var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly = 0x20;
var objWMIService = GetObject...
Description Reports the Universal Time Coordinate (UTC) time on a computer.
Script Code 復(fù)制代碼 代碼如下:var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly = 0x20;
var objWMIServ...
Script Code
復(fù)制代碼 代碼如下: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
復(fù)制代碼 代碼如下:Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True objExcel.Workbooks.Add objExcel.Cells(1, 1).Value = "Test value"...
應(yīng) 得意小蛇 的建議,我整理了一下去年寫的JavaScript語法著色引擎,并提供下載,喜歡的盡管拿去,嘿嘿 總的來說是很簡(jiǎn)單的東西,只是提供了關(guān)鍵字的著色以及一些基本的語法(例如注釋,字符串,正則等等),從demo中應(yīng)該很容易看到其用...
Script Code
復(fù)制代碼 代碼如下:Const xpRangeAutoFormatList2 = 11
Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True Set objWorkbook = objExcel.Workbooks.Add() Set objWorks...
去年寫的一個(gè)JavaScript壓縮工具,用于x2blog.cn的js壓縮。不過一直沒有對(duì)外發(fā)布,現(xiàn)在拿來充個(gè)文章數(shù)吧,老不更新Blog可不好,呵呵
概述: X2JavascriptCompactor可以將多個(gè)Javascript腳本文件打包成一個(gè)文件,并刪除原始文件...
Prototype.js作為javascript的成功的開源框架,封裝了很多好用的功能,雖然官方?jīng)]提供什么文檔,不過在google上一搜,好多相關(guān)的文檔,不過在學(xué)習(xí)使用的過程中還是碰到了一些問題,希望熟悉的朋友能多加指點(diǎn),對(duì)于prototype.js學(xué)習(xí)...
Description
Demonstration script that opens an existing Excel spreadsheet named C:/Scripts/New_users.xls. 復(fù)制代碼 代碼如下:Set objExcel = CreateObject("Excel.Application") Set objWorkbook = objExc...
Description
Adds the BITS_Update.dll extension file.
復(fù)制代碼 代碼如下: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復(fù)制代碼 代碼如下:Set objExcel = CreateObject("Excel.Application") Set objW...