3

我有一个页面,其中包含一个我想在新窗口中打开它的链接,它工作得很好,唯一的问题是地址栏仍然出现,而我已经设置了值'location = no' 下面是其中的代码我在工作...

function openWindow() {

    window.open('somepage.html',abc,'scrollbars=yes,width=600px,height=450px,location=no');

}
4

0 回答 0