window.open的參數(shù)問題
window.open(my_url,"_blank","height=400,width=400,location=no,tollbar=no,menubar=no")} ?} 為什么高度寬度定義無效,chrom為什么默認(rèn)在新標(biāo)簽打開,怎么實現(xiàn)在新窗口打開
window.open(my_url,"_blank","height=400,width=400,location=no,tollbar=no,menubar=no")} ?} 為什么高度寬度定義無效,chrom為什么默認(rèn)在新標(biāo)簽打開,怎么實現(xiàn)在新窗口打開
2016-06-22
舉報
2016-06-22
window.open("my_url","_blank","height=400px,width=400px,location=no,tollbar=no,menubar=no")} ?}?