//uexWindow.open("footertest",'0',"footertest.html",0,'','',0);//跳转页面

 

 

function openNewWin(inWndName,html,inAniID,f){
    if(inAniID == 0){
        uexWindow.open(inWndName,'0',html,0,'','',(f)?f:0);
        return;
    }
    if(inAniID)
        uexWindow.open(inWndName,'0',html,inAniID,'','',(f)?f:0);
    else
        uexWindow.open(inWndName,'0',html,10,'','',(f)?f:0);
}
js

相关文章:

  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-15
  • 2021-09-04
相关资源
相似解决方案