common1.js js中常用方法1

// 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];}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

rjzou2006

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值