我有一些旧代码要在同一个窗口中打开
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”放在了正确的位置,但它仍在打开一个新的浏览器窗口。