日韩黑丝制服一区视频播放|日韩欧美人妻丝袜视频在线观看|九九影院一级蜜桃|亚洲中文在线导航|青草草视频在线观看|婷婷五月色伊人网站|日本一区二区在线|国产AV一二三四区毛片|正在播放久草视频|亚洲色图精品一区

分享

common1.js js中常用方法1

 悟靜 2013-01-09

// JavaScript Document
function jumpTo(url){
 if(url!=""){
  location.href=url;
 }
}

function popUp(url,features){
 if(document.all){
  obj=event.srcElement;
  obj.selectedIndex=0;
 }
 if(url!=""){
  if(features!=null){
   window.open(url,'',features)
  }else{
   window.open(url);
  }
 }
}

function switchMenu(name){
 if (document.all(name).style.display=="none"){
  document.all(name).style.display="";
 }
 else{
  document.all(name).style.display="none";    
 }
}

function popbusiness(businame)
{
   var theOpener = null;
   var theParentOpener = window;
   while(theParentOpener != null) {
    theOpener = theParentOpener;
    theParentOpener = theOpener.opener;
    try {
     if (theParentOpener.closed) {
      break;
     }
    }
    catch (e) {
     theOpener.opener = null;
     break;
    }  
   }
   theOpener.location.href=businame;
   
   theParentOpener = window;
   while(theParentOpener != null) {
    theOpener = theParentOpener;
    theParentOpener = theOpener.opener;
    try {
     if (theParentOpener.closed) {
      break;
     }
    }
    catch (e) {
     theOpener.opener = null;
     break;
    }
  
    if (theParentOpener != null) {
     theOpener.close();
    }
   }
 }
function popcommon(businame)
{
 var gt=unescape('%3e');
 var over="Launch Pop-up Navigator";
 
 var popup=null;
 popup=window.open('','mainmenu0','resizable=1,scrollbars=yes,left=0,top=0');
 if(popup!=null)
 {
  if(popup.opener==null)   {
   popup.opener=self;}
  
  popup.location.href= businame ;
 }
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}

    本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊一鍵舉報。
    轉(zhuǎn)藏 分享 獻花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多