WEB前端 软件列表

firefox中用js实现鼠标位置的定位
JavaScript

firefox中用js实现鼠标位置的定位

2020-02-16 标签:firefox,中用,javascript,实现,鼠标,位置,定位,取得,坐标,return,position,function,n,s,mousex,e,pagex

/*** 取得鼠标坐标* @return Position*/function getMouseLocation(){if(ns4||ns6){mouseX = e.pageX;mouseY = e.pageY;}else{mouseX = event.x + document.body.scrol

用javascript实现新建和保存一个word文档
JavaScript

用javascript实现新建和保存一个word文档

2020-02-16 标签:jscript,实现,新建,保存,word,文档,script,retrieves,n,etwork,adapter,data,a,computer,displays,microsoft,document,saves,c

Demonstration script that retrieves network adapter data from a computer, displays that data in a Microsoft Word document, and then saves the document

用javascript实现新建word文档
JavaScript

用javascript实现新建word文档

2020-02-16 标签:jscript,实现,新建,word,文档,script,creates,displays,a,n,ew,microsoft,document,代码,如下,set,objword,application

Demonstration script that creates and displays a new Microsoft Word document.实现代码如下:Set objWord = CreateObject("Word.Application") objWord.Visible = T

做网页中需要掌握的八个CSS布局技巧
CSS

做网页中需要掌握的八个CSS布局技巧

2020-02-16 标签:网页,需要,掌握,八个,css,布局,技巧,若有,疑问,立即,检测,在出,若能,原始,代码,简单,可以省去,头痛

1.若有疑问立即检测 在出错时若能对原始代码做简单检测可以省去很多头痛问题。W3C对于XHTML与CSS 都有检测工具可用,请见 http://validator.w3.org 。请注意,在文件开头的错误,可能因为不当的结构等因素造成更多错误;我们建议先修正一些最明显的错误之后重新检测,这样也许会让

用javascript实现QQ在线查询功能
JavaScript

用javascript实现QQ在线查询功能

2020-02-16 标签:js,实现,qq,在线,查询,功能,这段,程序,方法,利用,xmlhttp,读取,腾讯,网站,相应,html,代码,获取,头像,根据

这段程序的方法是利用XMLHTTP来读取腾讯网站的相应HTML代码获取QQ的头像,根据这个想法,我们还可以抓取很多其他网站的信息,如天气预报、新闻等等。

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