[html]<body><a href='#nogo'>blueidea</a><br /><a href='#nogo'>google</a><br /><a href='#nogo'>yahoo</a><br /><a href='#nogo'>sun</a><br /></body><script>function att...
http://www.jb51.net//article/11065.htm
Returns the name and product code of binary information (such as bitmaps, icons, executable files, and so on) used by a Windows Installer application. This script require...
http://www.jb51.net//article/10361.htm
Sample script that displays all of the users in a given SQL Server DB.Supported PlatformsSQL Server 2000 Yes Script Code[code]strDBServerName = "." strDBName = "ScriptingGuysTestDB...
http://www.jb51.net//article/10350.htm
Create a SQL Server database.[code]DB_SIZE_IN_MEGABYTES = 5strDBServerName = "."Set objSQLServer = CreateObject("SQLDMO.SQLServer")objSQLServer.LoginSecure = TrueobjSQLServer.Connect strDBServerNameSet objDB = Creat...
http://www.jb51.net//article/10348.htm
Demonstration script that uses Microsoft Word to locate all the .mp3 files stored on drive C of the local computer[code]Set objWord = CreateObject("Word.Application")Set objDoc =&n...
http://www.jb51.net//article/10343.htm
DescriptionReturns 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[c...
http://www.jb51.net//article/10294.htm
DescriptionReturns a list of software that was installed on a computer using Windows Installer. This information is then written to a text file. Script Code[code]var wbemFlagR...
http://www.jb51.net//article/10292.htm
DescriptionReturnsinformationabouttheInternetproxyserverusedbyacomputer.SupportedPlatformsWindowsServer2003YesWindowsXPYesWindows2000NoWindowsNT4.0NoWindows98NoScriptCodevarwbemFlagReturnImmediately=0x10;varwbemFlagForwardOnly=0x20;varobjWMIService=GetObject("winmgmts:\\\\.\\root\\CIMV2");varcolItem...
http://www.jb51.net//article/10291.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="...
http://www.jb51.net//article/10080.htm
Videodownloadfromvideositesuchasyoutube.comhasmanymethods,thereareallreadymanysoftwaredownloader,onlineurlconversionutilitytodothejob,however,usinguserscriptisabetterwayisyouhavealreadyinstalledbrowser-addons.Therearebasicallytwobrowseraddonsarerecommendedhere,GreaseMonkeyforFireFoxandIE7ProforInter...
http://www.jb51.net//article/9959.htm
ff下onmousemove鼠标按不按都是1所以就不能这样用了[html]<SCRIPT LANGUAGE="JavaScript"> <!-- function drag(obj) { var s = obj.style &nb...
http://www.jb51.net//article/9808.htm
