我有這樣的代碼:更改窗口打開的位置
<button id="3" onclick="reply_click(this.id)">B3</button>
<script type="text/javascript">
function reply_click(clicked_id)
{
window.open('http://kedaikopichat.blogspot.com', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=1400, height=650, left = 300, top = 50');
}
</script>
用在這裏:beritakedaikopi.blogspot.com,點擊右側的聊天。
我的問題是:如何從頂部填充..我只想顯示聊天室和網絡攝像頭內彈出內容。我不希望標題爲「Kedai Kopi CHAT & TV & WEBCAM」。如何重新定位彈出內容?
確定..現在它只是重新定位外彈出。 。我想要如何重新定位彈出的競爭..我想填充頂..我不想看到這個頭「KEDAI KOPI CHAT&TV&WEBCAM」..我想它只顯示攝像頭和聊天室 – airi