-
iis6+javascript Add an Extension File
Description Adds the BITS_Update.dll extension file. 复制代码 代码如下:strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\" _ ...
作者:asdasdasd03-30 -
List the Stored Procedures in a SQL Server database
List the Stored Procedures in a SQL Server database. Supported Platforms SQL Server 2000 Yes Script Code strDBServerName = "." strDBName = "Northwind" Set objSQLServer = CreateObj...
作者:asdasdasd03-30 -
Add a Table to a Word Document
Demonstration script that retrieves service information from a computer and then displays that information in tabular format in Microsoft Word.复制代码 代码如下:Set objWord = Creat...
作者:asdasdasd03-30 -
firefox中用javascript实现鼠标位置的定位
/** * 取得鼠标坐标 * @return Position */ function getMouseLocation(){ if(ns4||ns6){ mouseX = e.pageX; mouseY = e.pageY; } else{ mouseX = event.x + document.body.scrollLef...
作者:asdasdasd03-30 -
脚本安需导入(装载)的三种模式的对比
何谓安需装载? 脚本程序一般都是下载后执行,当脚本库非常庞大时,一次性下载起来非常费时,传统的解决方式是,按功能模块把脚本写在不同的文件中,页面上手动加入 script标签装载指定内容...
作者:asdasdasd03-30 -
jscript之Open an Excel Spreadsheet
Description Demonstration script that opens an existing Excel spreadsheet named C:ScriptsNew_users.xls. 复制代码 代码如下:Set objExcel = CreateObject("Excel.Application") Set ob...
作者:asdasdasd03-30 -
比较不错的一款图片广告效果
SCA Ad Image Process
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]... -
Add Formatted Text to a Word Document
Demonstration script that displays formatted data in a Microsoft Word document. 复制代码 代码如下:Set objWord = CreateObject("Word.Application") objWord.Visible = True Set objDoc =...
作者:asdasdasd03-30 -
jscript之Read an Excel Spreadsheet
Description Demonstration script that reads the values stored in a spreadsheet named C:ScriptsNew_users.xls. Script Code复制代码 代码如下:Set objExcel = CreateObject("Excel.Appl...
作者:asdasdasd03-30 -
用JS实现HTML标签替换效果
有个静态页面 <span id=ab>abcde</span><span id=ab>abcde</span><span id=ab>abcde</span><span id=ab>abcde</span> 能否通过js实现,IE浏览时的代码被替换为 <img src="img/1.gif"/><img src=...
作者:asdasdasd03-30 -
Display SQL Server Login Mode
Display SQL Server Login Mode. Supported Platforms SQL Server 2000 Yes Script Code SQLDMOSecurity_Integrated = 1 SQLDMOSecurity_Mixed = 2 SQLDMOSecurity_Normal = ...
作者:asdasdasd03-30 -
div+css实现鼠标放上去,背景跟图片都会变化。
New Document
ul{
list-style:none;
}
a{
padding-left:1.5em;font-size:12px;height:23px;line-height:23px;color:gray;tex... -
用jscript实现新建word文档
Demonstration script that creates and displays a new Microsoft Word document.复制代码 代码如下:Set objWord = CreateObject("Word.Application") objWord.Visible = True Set objDoc = ob...
作者:asdasdasd03-30 -
用js实现控制内容的向上向下滚动效果
<SCRIPT language=JavaScript1.2> iens6=document.all||document.getElementById ns4=document.layers //specify speed of scroll (greater=faster) var speed=10 if (iens6){ document.write('...
作者:asdasdasd03-30 -
jscript之List Excel Color Values
Description Demonstration script that displays the various colors -- and their related color index -- available when programmatically controlling Microsoft Excel. Script Code 复制...
作者:asdasdasd03-30 -
Locate a File Using a File Open Dialog Box
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 2...
作者:asdasdasd03-30 -
用jscript实现新建和保存一个word文档
Demonstration script that retrieves network adapter data from a computer, displays that data in a Microsoft Word document, and then saves the document as C:ScriptsWordTestdoc.do...
作者:asdasdasd03-30 -
Display SQL Server Version Information
Display SQL Server Version Information Description Display SQL Server Version Information. Supported Platforms SQL Server 2000 Yes Script Code strDBServerName = "." Set objSQLServ...
作者:asdasdasd03-30 -
非常不错的一个JS分页效果代码,值得研究
本来想用网上找来的分页程序,不过都得做修改,感觉麻烦了,还是自己写一个好了,以后自己用的时候修改就方便了~~大家都多动手,自己写的才是最好的,日后想干什么的,做修改也是很容易的~~顺便也扩充一...
作者:asdasdasd03-30 -
用javascript实现的汉字简繁转换
汉字简繁转换_把你需要转换的内容粘贴在下面的输入框,然后点击按钮即可
汉字简繁转换
把你需要转换的内容粘贴在下面的输... -
Save a File Using a File Save Dialog Box
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 nam...
作者:asdasdasd03-30 -
Open and Print a Word Document
Demonstration script that opens and prints and existing Microsoft Word document. 复制代码 代码如下:Set objWord = CreateObject("Word.Application") Set objDoc = objWord.Documents.Ope...
作者:asdasdasd03-30 -
List all the Databases on a SQL Server
List all the Databases on a SQL Server. Supported Platforms SQL Server 2000 Yes Script Code strDBServerName = "." Set objSQLServer = CreateObject("SQLDMO.SQLServer") objSQLServer....
作者:asdasdasd03-30 -
又一个漂亮的导航栏的下拉菜单
网上收集整合出来的,算是剽窃吧,IE6下用过,其他的没试。
作者:asdasdasd03-30
SHARE
BODY {
MARGIN: 0px;
}
A.notes {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.MS_l... -
javascript实现的文字加密解密
文字加密解密
作者:asdasdasd03-30
文字加密解密:将你的文字拷贝入下面的输入框,即可完成文字的加密解密
文字加密解密
将你的文字拷贝入下面的输...