0
我有我想開到同一窗口JavaScript的window.open _self發出
if(sgame=='BIN') {
window.open('http://<%=Application("domain")%>/client/client.asp?z=<%=encode(session("username")&"|"&session("password")&"|"&session("id"))%>&lang=<%=session("lang")%>&host='+shost+'&port='+sport+'&dat='+sfolder
,'bingogame'+Math.round(Math.random()*9999)
,'_self'
,'resizable=no
,scrollbars=no
,width=1024
,height=768');
據我瞭解,我把「_self」,在正確的地方一些舊代碼,但它仍然是開放一個新的瀏覽器窗口。