同じウィンドウで開きたい古いコードがあります
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」を正しい場所に配置しましたが、それでも新しいブラウザウィンドウが開いています。