`
kevinflynn
  • 浏览: 41096 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

qq' onmousemove=alert(1) style='width:2000px;height:2000px;display:block'alt

    博客分类:
  • xxxx
 
阅读更多

 

 

aaaaaaaa

<audio controls="controls" style="display: none;"></audio>

分享到:
评论

相关推荐

    Javascript 手工打造:随意拖动的div层

    style="width: 200px; height: 20px; background-color: #330033; top: 0px; left: 0px; z-index: 200; position: absolute; font-size: 9pt; color: #FFFFFF; padding-top: 5px; padding-left: 5px;"&gt;浮动窗口 ...

    qq客服上用的图片焦点js+c

    if(ele_play) ele_play.style.display = "block"; } &lt;div class="banner" id="banner"&gt; &lt;div class="banner_tab clearfix"&gt; &lt;li id="tab_tophome_1" class="on"&gt;&lt;a href="/other/phone_flow....

    鼠标上滚动文字

    width:250px;border:1px solid black;font-size:14px;background-color:white;visibility:hidden"&gt;'+scroller_msg+'&lt;/marquee&gt;') function followcursor(){ //move cursor function for IE if (initialvisible==0){ ...

    淘宝大图轮播

    淘宝旺铺大图轮播代码&lt;style type="text/css"&gt; ...&lt;script type="text/javascript"&gt;$E({berviary:"currentPic1",expand:{id:"expand",style:{}},clip:{width:"50px",height:"50px"},opacity:"0.2"});&lt;/script&gt;

    跟随鼠标的时钟 js特效

    document.write('&lt;layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15&gt;&lt;font face=Arial size=3 color='+mCol+'&gt;&lt;center&gt;&lt;b&gt;'+M[i]+'&lt;/b&gt;&lt;/center&gt;&lt;/font&gt;&lt;/layer&gt;'); for (i=0; i ; i++) document.write...

    动态改变左侧Div宽度

    移动左边div可使其宽度自动改变 &lt;!...&lt;html&gt; &lt;head&gt; ... charset=gb2312"/&gt; 无标题文档&lt;/title&gt; &lt;style type="text/css"&gt; body{ height:100%;... l.style.width=oldPos.lw+x+'px'; } } } &lt;/body&gt; &lt;/html&gt;

    用JS来控制DIV样式的display属性

    ### 使用JavaScript控制DIV元素的Display属性 在网页开发过程中,我们经常会遇到需要动态显示或隐藏某个元素的需求。本文将详细介绍如何使用JavaScript(JS)来控制HTML中的DIV元素的`display`属性,从而实现元素的...

    【JavaScript源代码】原生JS实现京东查看商品点击放大.docx

    mask.style.display = "block"; }; small.onmouseout = function() { big.style.display = "none"; mask.style.display = "none"; }; // 鼠标在小图片上移动时的处理 small.onmousemove = function(event)...

    javascript带颜色的欢迎窗口

    width-4 : width)+'"&gt;&lt;tr&gt;&lt;td width="'+(width-20)+'"&gt;&lt;div id="'+id+'_h" style="width:'+(width-20)+'px; height:14px; font: bold 12px sans-serif; color:'+textcolor+'"&gt; '+title+'&lt;/div&gt;&lt;/td&gt;&lt;td align=...

    可拖动的table

    可拖动的table &lt;style type="text/css"&gt; #draggable{ padding:absolute;... &lt;table cellspacing="0" cellpadding="0" width="1" height="80%" bgcolor="#C0C0C0" &gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; //竖线的生成 &lt;/div&gt;

    js+html+css实现鼠标移动div实例.docx

    注意,`divBody`需要设置`style="left: 29px; top: 14px;"`,以确保它有一个初始位置,否则在JavaScript中计算鼠标相对位置时会有问题。 ```html &lt;div class="divBody" id="divBody" style="left: 29px; top: 14px;...

    delphi7系统功能完善的计算器

    object Form1: TForm1 Left = 216 Top = 131 AutoSize = True BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsNone Caption = 'Calculator' ClientHeight = 304 ClientWidth = 226 Color = ...

    【JavaScript源代码】JavaScript实现简易放大镜最全代码解析(ES5).docx

    mask.style.display = 'block'; } // 隐藏放大镜和遮罩 small.onmouseout = function() { big.style.display = 'none'; mask.style.display = 'none'; } // 移动事件处理 small.onmousemove = function(event) ...

    onmouse常用事件js

    &lt;div id="parent" style="border:1px solid black;"&gt; &lt;div id="child" style="width:50px;height:50px;background-color:red;"&gt; document.getElementById('parent').onmouseenter = function() { console.log...

    【JavaScript源代码】js实现购物网站放大镜功能.docx

    move.style.display = 'block'; big.style.display = "block"; }; small.onmouseout = function() { move.style.display = 'none'; big.style.display = "none"; }; ``` 最后,添加鼠标移动事件监听器,实时...

    跟随鼠标的萤火虫

    跟随鼠标的萤火虫[无须修改][]共1步]====1、将以下代码加入HEML的&lt;body&gt;&lt;/body&gt;之间:&lt;script language=&quot;JavaScript&quot;&gt;if (!document.layers&&!document.all)event=&quot;test&quot;function showtip2...

    js使用小技巧

    clip:rect(5px 15px 15px 5px)"&gt; 获取选中内容 document.selection.createRange().duplicate().text 自动完成功能 &lt;input type=text autocomplete=on&gt;打开该功能 &lt;input type=text autocomplete=off&gt;...

    仿淘宝js放大镜效果

    showimg.style.display = "block"; bigimg.style.display = "inline"; show_half = showimg.offsetHeight/2; maxWidth = smalmg.clientWidth - showimg.offsetWidth; maxHeight = smalmg.clientHeight - ...

    【JavaScript源代码】js实现水平和竖直滑动条.docx

    bar.style.left = left + "px"; ptxt.innerHTML = "当前滑块的移动的百分比:" + parseInt(left / (scroll.offsetWidth - bar.offsetWidth) * 100) + "%"; window.getSelection ? window.getSelection()....

    ASP.NET中实现图片滚动

    &lt;img src='&lt;%= "../" + Eval("photo") %&gt;' title='("title") %&gt;' alt='("alt") %&gt;' style="width:50px; height:80px;" onmousemove="show(event, '../("photo") %&gt;', '("title") %&gt;')" onmouseout="hide(this)" /&gt; ...

Global site tag (gtag.js) - Google Analytics