http://img292.imageshack.us/img292/8711/daumnvn0.jpg
다음이 스포츠 쪽 개편하면서 기사밑의 댓글시스템이 약간 달라졌는데 파이어폭스에서 안되는게 있어 문의합니다.
캡쳐이미지 보시면 대충 짐작가시겠지만 기사밑에 달린 A라는 사람의 댓글에 제가 동조, 반론의 댓글을 달려고 글쓴 후 등록버튼을 클릭하면 등록버튼이 전혀 반응이없습니다.
저 문제로 다음고객센터와 3번 주고받았는데 오늘 온 답장에서 해결됐다고 하는데 해결이 안되었더군요.
제가 해결책을 제시해서 알려주고싶지만 아는게 없는지라...
참고로 아래주소로 가시면 테스트해보실 수 있습니다.
http://sports.media.daum.net/nms/worldb ... wsid=46353
포털사이트 다음에서의 문제입니다.
-
- 해커
- Posts: 1058
- Joined: 2004 11 30 18:33 15
- Contact:
- XviD
- 해커
- Posts: 664
- Joined: 2004 11 14 14:55 45
- Location: 사막의 오아시스
- Contact:
-
- 해커
- Posts: 1058
- Joined: 2004 11 30 18:33 15
- Contact:
-
- 서포터즈
- Posts: 168
- Joined: 2005 02 17 00:49 53
- Location: 구미
- Contact:
저도 안되네요.
Code: Select all
//꼬리말 답글
function replyComment(id, vsYN) {
var errorMessage = null;
var objFocus = null;
var cmtSbj = document.getElementById("cmtSbj");
var cmtText = document.getElementById("recomment");
topUrl = parent.document.location.href;
if (topUrl.indexOf("&cPageIndex=") > 0) {
topUrl = topUrl.substring(0, topUrl.indexOf("&cPageIndex="));
}
if (topUrl.indexOf("&cAct=") > 0) {
topUrl = topUrl.substring(0, topUrl.indexOf("&cAct="));
}
topUrl = topUrl + "&cPageIndex=1" + "&cAct=repl_" + id;
document.form1.url.value = topUrl;
if (cmtSbj.value.length == 0) {
errorMessage = "제목을 넣어주세요.";
objFocus = cmtSbj;
}else if (cmtText.value.length == 0) {
errorMessage = "내용을 넣어주세요.";
objFocus = cmtText;
}
if(vsYN == "vsY"){
var cmtVS = document.getElementById('cateItem0');
if (document.getElementById('cateItem0').checked == false && document.getElementById('cateItem1').checked == false){
errorMessage = "대결을 선택해주세요.";
objFocus = cmtVS;
}
}
if(errorMessage != null) {
alert(errorMessage);
objFocus.focus();
}else {
document.getElementById("commentId").value =id;
document.updateCommentForm.action = "replyComment";
document.updateCommentForm.submit();
}
}
다음측에서 이걸 다음 중 하나로 바꿔야 될 것 같습니다(아니면 다른 것처럼 id로 처리하면 될 겁니다).
Code: Select all
document.getElementById("form1").elements["url"].value = topUrl;
document.updateCommentForm.elements["url"].value = topUrl;
-
- 해커
- Posts: 1058
- Joined: 2004 11 30 18:33 15
- Contact:
화성님 답변 감사합니다.
다음 고객센터에 다시 문의해봐야겠네요.
Xvid님 화성님 답변 감사합니다.
Xvid님 화성님 답변 감사합니다.
-
- 해커
- Posts: 1058
- Joined: 2004 11 30 18:33 15
- Contact:
-
- 해커
- Posts: 1058
- Joined: 2004 11 30 18:33 15
- Contact:
Who is online
Users browsing this forum: Ahrefs [Bot] and 1 guest