I want to open new window with no address bar
问题 var myWindow = window.open("","myWindow","ttilebar=no,location=no,status=no,menubar=no,width=306,height=325,margin-top:0px,margin-left=0px,left="+left+"px, top="+top+"px,toolbar=no, scrollbars=no, resizable=no"); myWindow.document.write('<iframe style="width:306px;height:342px;" id="CCBox"' + 'class="ifti1" src="http://localhost:8089/clientChatbox?user=' + encodeURI(JSON.stringify(user)) + '"frameborder="0" ' + '></iframe>'); I want to open it in with no title and no address bar. 回答1: Because