window.open("page.html","这里给个随机数","width=200,height=200")

解决方案 »

  1.   

    window.open("page.html","","width=200,height=200") --->>>window.open("page.html","_blank","width=200,height=200") 
      

  2.   

    window.open("page.html","","width=200,height=200") window.open("page.html","_blank","width=200,height=200") window.open("page.html",(Math.random()*100000).toString().substring(0,5),"width=200,height=200") 
    同意楼上这位的,不过上面那些用随机的TARGET值的也不错。
      

  3.   

    window.open("page.html",(Math.random()*100000).toString().substring(0,5),"width=200,height=200") 
    这个好象运行不了