国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

在網頁里做類似window右鍵的彈出式菜單

2019-11-18 15:59:38
字體:
來源:轉載
供稿:網友

做一個類似于window右鍵的彈出式菜單。

代碼如下: 

var obj;

function loadobj(o)
{
  obj=o;
}

function eXPand()
{
  var h=parseInt(obj.height);
  var w=parseInt(obj.width);
  var op=10;

  if( h<=170 )
  {
    if( w<60 )
      obj.style.width=w+6;

    obj.style.height=h+17;

    x=setTimeout('expand()', 25);
  }
  else
  {
    obj.style.width=60;
    obj.style.height=174;
    clearTimeout(x);
  }
}

var drag=0;
var move=0;
function Dblclick()
{
  if (event.button==0)
    {
      obj.style.visibility="visible";
      obj.style.left=window.event.x;
      obj.style.top =window.event.y;
      obj.style.width=0;
      obj.style.height=0;

      obj.filters.item(0).apply();
      obj.filters.item(0).transition = 25;
      obj.filters(0).play(0.5);

      expand();
    }
}

function MouseMove()
{
  if(move==1)
    {
      obj.style.cursor="move";
      obj.style.left=window.event.x-l;
      obj.style.top=window.event.y-t;
    }
}

function MouseDown()
{
  if(drag) 
    {
      l = window.event.x - parseInt(obj.style.left);
      t = window.event.y - parseInt(obj.style.top);
      obj.style.zIndex+=1;
      move=1;
    }
  else
    {
      document.body.style.cursor='default';
      obj.style.visibility='hidden';
    }
}

function MouseStop()
{
  window.event.returnValue=false;
}

function MouseUp()
{
  move=0;
  obj.style.cursor="hand";
}

document.ondblclick=Dblclick;
document.onmousedown=MouseDown;
document.onmousemove=MouseMove;
document.ondragstart=MouseStop;
document.onmouseup=MouseUp;



發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 本溪| 高台县| 延津县| 遂溪县| 衡南县| 乐亭县| 元谋县| 盐边县| 寻甸| 庆阳市| 陇川县| 全南县| 姜堰市| 泾阳县| 桂东县| 阿拉善右旗| 九台市| 文山县| 闵行区| 科技| 溆浦县| 望奎县| 利川市| 石河子市| 阿拉善右旗| 宣汉县| 宁乡县| 泸定县| 乳山市| 磐安县| 板桥市| 剑河县| 永州市| 二连浩特市| 永顺县| 台东县| 丘北县| 江安县| 正蓝旗| 星子县| 海安县|