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

技術開發

JavaScript技術

一個加載js文件的小腳本

閱讀(26) 作者(admin)

復制代碼 代碼如下:// 將下面的路徑替換位你js文件所在路徑。 $js_path = "http://www.soojs.com/js/";

function js_include($script){ var script = document.createElement('script'); script.src = $js_p...

JavaScript技術

javascript實現的制作特殊字的腳本

閱讀(16) 作者(admin)

制作特殊字的腳本 特殊文字的制作 特殊文字的制作 下面為效果顯示 1. 請輸入字母: 2. 請選擇一種字符: 3. Generate ASCII: copy & paste into html: [Ctrl+A 全選 注:如需引入外部J...

JavaScript技術

javascript中的幾個運算符

閱讀(22) 作者(admin)

||是這樣運算的:從第一個開始,遇到有意義的返回,否則返回最后一個表達式(注意不一定是Boolean值);

&&是這樣運算的:從第一個開始,遇到無意義的返回,否則返回最后一個表達式(注意同上);

!是這樣運算的:對表達式的值取非(注意不...

JavaScript技術

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

閱讀(23) 作者(admin)

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

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

JavaScript技術

ECMAScript 基礎知識

閱讀(19) 作者(admin)

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

--和Java一樣,ECMAScript區分...

JavaScript技術

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 復制代碼 代碼如下:set...

JavaScript技術

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復制代碼 代碼如下:Set objWord = CreateObject("Word.Application") objWord.Visible = True Set objDoc = objWord....

JavaScript技術

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. 復制代碼 代碼如下:Set objWord = CreateObject("Word.Application") o...

JavaScript技術

Add Formatted Text to a Word Document

閱讀(19) 作者(admin)

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

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

JavaScript技術

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.復制代碼 代碼如下:Set objWord = CreateObject("Word.Applic...

JavaScript技術

用jscript實現新建word文檔

閱讀(23) 作者(admin)

Demonstration script that creates and displays a new Microsoft Word document.復制代碼 代碼如下:Set objWord = CreateObject("Word.Application") objWord.Visible = True Set objDoc = objWord.Documents.Add(...

JavaScript技術

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復制代碼 代碼如下:Set objWord = CreateObject("Word.Application") Set objDoc = objWord....

JavaScript技術

Open and Print a Word Document

閱讀(20) 作者(admin)

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

JavaScript技術

use jscript Create a SQL Server database

閱讀(26) 作者(admin)

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

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

JavaScript技術

Convert Seconds To Hours

閱讀(16) 作者(admin)

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

JavaScript技術

Save a File Using a File Save Dialog Box

閱讀(15) 作者(admin)

Demonstration script that allows you to enter a file name in a File Save dialog box, and then saves a sample text file (consisting entirely of the current date) under that file name.

Supported Plat...

JavaScript技術

Locate a File Using a File Open Dialog Box

閱讀(15) 作者(admin)

Demonstration script that displays a File Open dialog box (open to the folder C:/Scripts), and then echoes back the name of the selected file. Supported Platforms

Windows Server 2003 No

Windows...

主站蜘蛛池模板: 锡林浩特市| 梧州市| 馆陶县| 天长市| 沁源县| 永州市| 南阳市| 延长县| 石棉县| 辽阳县| 湖州市| 铜山县| 九龙坡区| 稷山县| 黄石市| 阳城县| 开封市| 方城县| 美姑县| 化州市| 炉霍县| 个旧市| 礼泉县| 宁明县| 永靖县| 宜川县| 南岸区| 顺平县| 象山县| 扬中市| 东乡| 乌鲁木齐县| 邹城市| 郑州市| 水富县| 同心县| 四子王旗| 怀宁县| 淮滨县| 龙山县| 赤壁市|