国产探花免费观看_亚洲丰满少妇自慰呻吟_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;



發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 唐河县| 台江县| 宁化县| 乳源| 宜昌市| 大名县| 田阳县| 融水| 五常市| 壤塘县| 临猗县| 济阳县| 普兰县| 瓮安县| 建瓯市| 上犹县| 铜陵市| 南召县| 成安县| 黄陵县| 靖边县| 延吉市| 海城市| 凤庆县| 双辽市| 垦利县| 吉木乃县| 沈阳市| 株洲市| 高清| 麦盖提县| 祁阳县| 商洛市| 贵港市| 乐业县| 怀柔区| 灵璧县| 弥勒县| 江达县| 临城县| 抚远县|