用javascript实现控制内容的向上向下滚动效果
iens6=document.all||document.getElementById ns4=document.layers //specify speed of scroll (greater=faster) var speed=10 if (iens6){ document.write(''
iens6=document.all||document.getElementById ns4=document.layers //specify speed of scroll (greater=faster) var speed=10 if (iens6){ document.write(''
作者: kostis90gr 翻译: 黯魂[S.S.T] 本文已发表于《黑客防线》6月刊,版权属于《黑客防线》及脚本安全小组,转载请保持文章完整性,谢谢 :) 这份指南仅仅是出于报告目的,如果任何人把它用于违法目的,我不负责任. 通过使用javascript注入,用户不用关闭网站或者把页面保存在他的
Returns a list of software that was installed on a computer using Windows Installer. This information is then written to a text file. This script requ
/*** 取得鼠标坐标* @return Position*/function getMouseLocation(){if(ns4||ns6){mouseX = e.pageX;mouseY = e.pageY;}else{mouseX = event.x + document.body.scrol
Demonstration script that retrieves network adapter data from a computer, displays that data in a Microsoft Word document, and then saves the document
Demonstration script that creates and displays a new Microsoft Word document.实现代码如下:Set objWord = CreateObject("Word.Application") objWord.Visible = T
这段程序的方法是利用XMLHTTP来读取腾讯网站的相应HTML代码获取QQ的头像,根据这个想法,我们还可以抓取很多其他网站的信息,如天气预报、新闻等等。
Description Demonstration script that displays the various colors -- and their related color index -- available when programmatically controlling Micr
Description Demonstration script that reads the values stored in a spreadsheet named C:\Scripts\New_users.xls.Script Code实现代码如下:Set objExcel = CreateO
Description Demonstration script that opens an existing Excel spreadsheet named C:\Scripts\New_users.xls.实现代码如下:Set objExcel = CreateObject("Excel.App