javascript에 다음 2개의 함수를 추가하세요
function msnoperate(action, msn) {
var actionArray = new Array()
actionArray = {
'add' : 'http:// go.discuz.com/?app=msn&linkid=5&msn=' msn,
'채팅' : 'http://go.discuz.com/?app=msn&linkid=6&msn=' msn
}
if(messengerInstalled()) {
window.open(actionArray[action])
} else {
window.open('http://go.discuz.com/msn/msn .html','_blank','width=571, height=498');
}
}
function 메신저설치() {
try {
new ActiveXObject(" MSNMessenger.P4QuickLaunch");
return true;
}
catch (e) {
return false;
}
}
html 코드에 다음 콘텐츠를 추가합니다.
—————————————
채팅하려면 아이콘을 클릭하세요