(SteamCMS)Fish模版专贴一:TopList标签和JavaScript结合两例 首先可以先参考 SteamCMS 标准模版标签说明 来了解一下TopList标签及其属性。 在Top列表的记录前加上数字(当然也可以是图片,这里只是简单的举个例子)。原理说明:先在最前面初始化一个js变量,在TopList中间,将Js变量加1,并在TopList循环体中间输出(我写asp代码一样的道理) 关键代码: <body><script language="javascript">//...
http://www.jb51.net//article/10972.htm
List all the Databases on a SQL Server.Supported PlatformsSQL Server 2000 Yes Script CodestrDBServerName = "."Set objSQLServer = CreateObject("SQLDMO.SQLServer")objSQLServer.LoginSecure = TrueobjSQLSe...
http://www.jb51.net//article/10379.htm
List the Stored Procedures in a SQL Server database.Supported PlatformsSQL Server 2000 Yes Script CodestrDBServerName = "."strDBName = "Northwind"Set objSQLServer = CreateObject("SQLDMO.SQLServer...
http://www.jb51.net//article/10375.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
Uses WMI to return information about all the audio and video codec files installed on a computer. This script requires both Windows PowerShell and the corresponding versi...
http://www.jb51.net//article/10360.htm
DescriptionDemonstration script that displays the various colors -- and their related color index -- available when programmatically controlling Microsoft Excel. Script Code[code]set objExce...
http://www.jb51.net//article/10315.htm
Returns a list of all the hot fixes installed on a computer. Script Code[code]var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly = 0x20; var objWMIService =...
http://www.jb51.net//article/10297.htm
DescriptionReports the Universal Time Coordinate (UTC) time on a computer. Script Code[code]var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly = 0x20; var objWMIService&nb...
http://www.jb51.net//article/10296.htm
DescriptionUses WMI to return information about all the audio and video codec files installed on a computer. Script Code[code]var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOn...
http://www.jb51.net//article/10295.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 features for all the software installed on a computer using Windows Installer. Script Code[code]var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly&nbs...
http://www.jb51.net//article/10293.htm
