Page 1 of 1

웃긴 대학에 코멘트가 안보이고 추천이 안눌러지네요.

Posted: 2004 04 23 11:37 57
by 영수
에러: comment_div is not defined
소스 파일: http://web.humoruniv.com/hwiparambbs/re ... ge=3&sort=
행: 182
에러: cpuform is not defined
소스 파일: http://file.humoruniv.com/cpu.php
행: 10

앙... 가끔 웃기는 글 보로 들리는데...

Re: 웃긴 대학에 코멘트가 안보이고 추천이 안눌러지네요.

Posted: 2004 04 26 15:07 33
by z980
일단은 comment_div 를 참조할때
document.getElementById('comment_div'). 로 해야하는데
그냥 comment_div. 로 썼네요...

cpuform 은 앞에 document. 만 붙여주면 될거구요..
그런데 cpu.php 안에 있는 함수들이 IE 전용인지는 잘 모르겠네요..

<SCRIPT>
var cpuid;
var expdate = new Date();

cpuform.cpuinput.load('oXMLBranch');
cpuid = cpuform.cpuinput.getAttribute('cpuid');
if(!cpuid){
cpuform.cpuinput.setAttribute('cpuid','Humoruniv-408ca6c737512-1d66ccb5b08d69e74ae1f9a80e0bde89');
cpuform.cpuinput.save('oXMLBranch');
cpuid='Humoruniv-408ca6c737512-1d66ccb5b08d69e74ae1f9a80e0bde89';
}
expdate.setTime(expdate.getTime() + 1000 * 3600 * 24 * 365); // 365일
document.cookie = 'c_cpuid' + '=' + escape (cpuid) + '; path=/; expires=' + expdate.toGMTString();
</SCRIPT>

Re: 웃긴 대학에 코멘트가 안보이고 추천이 안눌러지네요.

Posted: 2004 06 05 20:09 20
by 최연석
사이트 개편하면서 해결되었습니다.