t=5
noBorderWin('select'+t+'.php?nuu=1?n='+t,'no','submit'+t);
function noBorderWin(fileName,scr,submi){
var o='<iframe name='+submi+' src='+fileName+' scrolling='+scr+' width=100% height=100% frameborder=0></iframe>'; 
document.body.innerHTML=document.body.innerHTML+o
}
上面的代码不知道是不是你想要的意思

解决方案 »

  1.   

    t=5;
    noBorderWin('select'+t+'.php?nuu=1?n='+t,'no','submit'+t);
    function noBorderWin(fileName,scr,submi){
    var o='<iframe name='+submi+' src='+fileName+' scrolling='+scr+' width=100% height=100% frameborder=0></iframe>'; 
    document.body.innerHTML=document.body.innerHTML+o
    }
    上面的代码不知道是不是你想要的意思
      

  2.   

    晕!不知道在说的啥?
    更正一个小错误:noBorderWin('select'+t+'.php?nuu=1?n='+t,'no','submit'+t);
    ==>
    noBorderWin('select'+t+'.php?nuu=1&n='+t,'no','submit'+t);参数之间的分隔符应该是&