JavaScript 软件列表

javascript之List Excel Color Values
JavaScript

javascript之List Excel Color Values

2020-02-16 标签:jscript,list,excel,color,values,description,script,displays,various,colors,related,index,available,when,controlling,microsoft,code,实现

Description Demonstration script that displays the various colors -- and their related color index -- available when programmatically controlling Micr

javascript之Read an Excel Spreadsheet
JavaScript

javascript之Read an Excel Spreadsheet

2020-02-16 标签:jscript,read,excel,spreadsheet,description,script,reads,values,stored,a,n,amed,c,scripts,new,users,xls,code,实现

Description Demonstration script that reads the values stored in a spreadsheet named C:\Scripts\New_users.xls.Script Code实现代码如下:Set objExcel = CreateO

javascript之Open an Excel Spreadsheet
JavaScript

javascript之Open an Excel Spreadsheet

2020-02-16 标签:jscript,open,excel,spreadsheet,description,script,opens,existing,n,amed,c,scripts,new,users,xls,实现,代码,如下,set

Description Demonstration script that opens an existing Excel spreadsheet named C:\Scripts\New_users.xls.实现代码如下:Set objExcel = CreateObject("Excel.App

iis6+js Add an Extension File
JavaScript

iis6+js Add an Extension File

2020-02-16 标签:iis,javascript,add,extension,file,description,adds,bits,update,dll,实现,代码,如下,strcomputer,set,getobject,winmgmts

Description Adds the BITS_Update.dll extension file.实现代码如下:strComputer = "." Set objWMIService = GetObject _("winmgmts:{authenticationLevel=pktPrivacy

use javascript List Installed Software
JavaScript

use javascript List Installed Software

2020-02-16 标签:use,jscript,list,installed,software,description,returns,a,computer,using,windows,installer,information,written,text,file,script,code,实现,代码

Description Returns a list of software that was installed on a computer using Windows Installer. This information is then written to a text file.Scrip

use javascript with List Proxy Server Information
JavaScript

use javascript with List Proxy Server Information

2020-02-16 标签:use,jscript,list,proxy,server,information,internet,used,a,computer,supported,2003,yeswindows,2000,nowindows,nt

DescriptionReturns information about the Internet proxy server used by a computer. Supported PlatformsWindows Server 2003YesWindows XPYesWindows 2000N

form中限制文本字节数javascript代码
JavaScript

form中限制文本字节数javascript代码

2020-02-16 标签:form,限制,文本,字节数,js,代码,value,bytelength,数据库,字节,长度,title,字段,中文名,attribute,属性,名称,使用方法

/*value: 值;byteLength:数据库字节长度title:字段中文名称attribute:属性名称使用方法说明: 添加 (1) onkeyup="limitLength(this.value,100,'名称','name')"(2)id="name" 或【struts标签】styleId

IE7下ajax之open Method New的说明
JavaScript

IE7下ajax之open Method New的说明

2020-02-16 标签:ie,ajax,open,method,new,的说,assigns,destination,url,optional,attributes,a,pending,request,smethod,surl,basync

open Method Assigns method, destination URL, and other optional attributes of a pending request.SyntaxXMLHttpRequest.open(sMethod, sUrl [, bAsync] [,

用CSS+javascript实现的进度条效果效果
JavaScript

用CSS+javascript实现的进度条效果效果

2020-02-16 标签:css,js,实现,进度条,效果,用户,进入,网站,网页,下载,多少,作用,非常,明显,等待时间,变长,有效的,弥补,空间,慢的

进度条,就是在用户进入你的网站的时候,能让用户看到网页下载了多少,这个的作用非常明显---就是让用户的等待时间变长,可以有效的弥补空间慢的缺点(当然,你空间太慢,还是建议你换下空间,呵呵) 好了,现在我先来举两个例子 一个是用FLASH实现的 (这个网上很多网站都是,不说了) 一个是用动态的GIF实

javascript实现DIV的一些简单控制
JavaScript

javascript实现DIV的一些简单控制

2020-02-16 标签:js,实现,div,简单,控制,html,head,style,type,text,css,d,position,absolute,width,300,px,height,visibility

#d1 { position: absolute; width: 300px; height: 300px; visibility: hidden; color: #fff; background: #555; } #d2 { position: absolute; width: 300px;