새창띠우신분들은...
- 11-13
- 6,167 회
- 0 건
room.php 에서
// 오렌지님께서 추가하신부분 (Iframe - IE 5.0 일떄 안먹히는것)
function NewUser(maxno,id1,id2){
chat.toid.options[maxno] = new Option(id1,id2);
chat.toid.options.length=(maxno+1);
}
// KChat.window = window;
// KChat.SendCMD('start');
// window.onunload=function(){ KChat.SendCMD('quit'); }
</SCRIPT>
<body onload="KChat.window = window; KChat.SendCMD('start');" onunload="KChat.SendCMD('quit');">
이렇게 고치시는게 아마 제일 깔끔할껍니다
따른 onload 부분 충돌될께 없을테니깐요
// 오렌지님께서 추가하신부분 (Iframe - IE 5.0 일떄 안먹히는것)
function NewUser(maxno,id1,id2){
chat.toid.options[maxno] = new Option(id1,id2);
chat.toid.options.length=(maxno+1);
}
// KChat.window = window;
// KChat.SendCMD('start');
// window.onunload=function(){ KChat.SendCMD('quit'); }
</SCRIPT>
<body onload="KChat.window = window; KChat.SendCMD('start');" onunload="KChat.SendCMD('quit');">
이렇게 고치시는게 아마 제일 깔끔할껍니다
따른 onload 부분 충돌될께 없을테니깐요