色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

JavaScript技術(shù)

JavaScript技術(shù)

用JavaScript檢查大寫鍵(Caps Lock)是否打開的腳本

閱讀(23) 作者(admin)

在用戶遇到需要輸入密碼的頁面時(shí)候,密碼中是否有大寫字母?大寫鍵(Caps Lock)是否打開?如果能給用戶以提示,豈不是更好?

下面的示例代碼給出了方法,必要的說明代碼當(dāng)中都有注釋。 問中知識點(diǎn):event.keyCode 和 event.shiftKe...

JavaScript技術(shù)

ECMAScript 基礎(chǔ)知識

閱讀(19) 作者(admin)

JavaScript的核心之一ECMAScript的語言特性和Java、C、Perl都有許多相似之處,其中不少特性都是從這些語言借鑒而來,同時(shí)它們之間也存在許多差異。下面列舉一些ECMAScript的基本特性。

--和Java一樣,ECMAScript區(qū)分...

JavaScript技術(shù)

jscript之List Excel Color Values

閱讀(17) 作者(admin)

Description

Demonstration script that displays the various colors -- and their related color index -- available when programmatically controlling Microsoft Excel. Script Code 復(fù)制代碼 代碼如下:set...

JavaScript技術(shù)

Add a Picture to a Microsoft Word Document

閱讀(21) 作者(admin)

Demonstration script that adds a picture (C:/Scripts/Logo.jog) to a Microsoft Word document復(fù)制代碼 代碼如下:Set objWord = CreateObject("Word.Application") objWord.Visible = True Set objDoc = objWord....

JavaScript技術(shù)

Add a Formatted Table to a Word Document

閱讀(21) 作者(admin)

Demonstration script that retrieves service data from a computer and then displays that data in a formatted table in Microsoft Word. 復(fù)制代碼 代碼如下:Set objWord = CreateObject("Word.Application") o...

JavaScript技術(shù)

Add Formatted Text to a Word Document

閱讀(19) 作者(admin)

Demonstration script that displays formatted data in a Microsoft Word document. 復(fù)制代碼 代碼如下:Set objWord = CreateObject("Word.Application")

objWord.Visible = True Set objDoc = objWord.Documents...

JavaScript技術(shù)

Add a Table to a Word Document

閱讀(18) 作者(admin)

Demonstration script that retrieves service information from a computer and then displays that information in tabular format in Microsoft Word.復(fù)制代碼 代碼如下:Set objWord = CreateObject("Word.Applic...

JavaScript技術(shù)

Use Word to Search for Files

閱讀(23) 作者(admin)

Demonstration script that uses Microsoft Word to locate all the .mp3 files stored on drive C of the local computer復(fù)制代碼 代碼如下:Set objWord = CreateObject("Word.Application") Set objDoc = objWord....

JavaScript技術(shù)

Open and Print a Word Document

閱讀(20) 作者(admin)

Demonstration script that opens and prints and existing Microsoft Word document. 復(fù)制代碼 代碼如下:Set objWord = CreateObject("Word.Application") Set objDoc = objWord.Documents.Open("c:/scripts/invent...

JavaScript技術(shù)

use jscript Create a SQL Server database

閱讀(26) 作者(admin)

Create a SQL Server database.復(fù)制代碼 代碼如下:DB_SIZE_IN_MEGABYTES = 5 strDBServerName = "."

Set objSQLServer = CreateObject("SQLDMO.SQLServer") objSQLServer.LoginSecure = True objSQLServer.Connect...

JavaScript技術(shù)

Convert Seconds To Hours

閱讀(16) 作者(admin)

Converts time in seconds to hours, minutes, and seconds復(fù)制代碼 代碼如下:intTotalSecs = 15438 intHours = intTotalSecs / 3600 intMinutes = (intTotalSecs Mod 3600) / 60 intSeconds = intTotalSecs Mod 60...

JavaScript技術(shù)

Display SQL Server Login Mode

閱讀(18) 作者(admin)

Display SQL Server Login Mode.

Supported Platforms

SQL Server 2000 Yes

Script Code

SQLDMOSecurity_Integrated = 1 SQLDMOSecurity_Mixed = 2 SQLDMOSecurity_Normal = 0 SQLDMOSecu...

主站蜘蛛池模板: 玉林市| 武威市| 五大连池市| 延津县| 古田县| 上犹县| 得荣县| 六安市| 仙桃市| 石阡县| 开阳县| 玛多县| 沂南县| 卢湾区| 什邡市| 元阳县| 张家口市| 朝阳市| 西和县| 茂名市| 巫山县| 英吉沙县| 合江县| 江永县| 天长市| 武义县| 永安市| 汽车| 平遥县| 石河子市| 灵丘县| 观塘区| 分宜县| 城步| 绵阳市| 沁水县| 博罗县| 台南市| 盐山县| 胶州市| 乐昌市|