ie10을 쓸 때 글쓰기 페이지에서 스마트에디터 로딩이 안되네요ㅠㅠ > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

ie10을 쓸 때 글쓰기 페이지에서 스마트에디터 로딩이 안되네요ㅠㅠ 정보

ie10을 쓸 때 글쓰기 페이지에서 스마트에디터 로딩이 안되네요ㅠㅠ

본문

다른 브로우저는 괜찮은데 ie10을 쓸 때만 글쓰기 페이지 로딩이 안되네요
게시판 옵션에서 dhtml 체크 해제를 하면 또 괜찮은걸 봐서 스마트에디터 문제인 것 같은데 해결 방법을 못 찾겠네요.
도움 부탁드립니다ㅠㅠ

링크 : http://www.kuplezone.com/bbs/write.php?bo_table=10_4


<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
//여분필드사용한것설명
//wr_9 이모티콘, wr_10 태그

// Naver SmartEditor 삽입
if ($is_dhtml_editor) {
 echo "<script type=\"text/javascript\" src=\"$g4[path]/Smart/js/HuskyEZCreator.js\" charset=\"utf-8\"></script>";
}

switch($title_msg){
case"글쓰기": $title_msg = "새글을 등록해주세요!"; break;
case"글수정": $title_msg = "글을 수정해주세요!"; break;
case"글답변": $title_msg = "답변글을 등록해주세요!"; break;
}

if ($board[bo_1] && ($member[mb_level] >= $board[bo_1])) {
    $is_notice = true;
}
?>

<style type="text/css"> 
img{border:0;}
a, a:link, a:visited, a:active{color:#414141; text-decoration:none;}
a:hover{text-decoration:underline;}
.boardtype {width:<?=$width?>; border-bottom:1px solid #e0e1db; color:#666; font-size:12px; table-layout:fixed; border-collapse:collapse;}
.boardtype caption{  background:url(<?=$board_skin_path?>/img/title_bg.gif) no-repeat -2px 0; padding:10 0 8 15; letter-spacing:-1px; text-align:left; border-top:1px solid #e0e1db;  font-weight: bold; color:#333; }
.boardtype thead th{ line-height:18px; padding:5px 0 4px 0px; border-top:solid 1px #e0e1db; font-weight: normal; letter-spacing:-1px; }
.boardtype thead th.guest1{ padding:4px 0 4px 6px;  }
.boardtype thead td{ padding:4px 0 4px 0px; text-align:left; border-top:solid 1px #e0e1db; letter-spacing:-1px; }
.boardtype thead td.guest1{ padding:4px 0 4px 6px; text-align:left; border-top:solid 1px #e0e1db; letter-spacing:-1px; line-height:160%; vertical-align:bottom; color:#888888; }
.boardtype tbody th{ line-height:18px; padding:5px 0 4px; border-top:solid 1px #e0e1db; font-weight: normal; letter-spacing:-1px; }
.boardtype tbody td{ padding:4px 0 3px 0px; text-align:left; border-top:solid 1px #e0e1db; }
#variableFiles td { border:0px; }

.board_button { float:right; margin-top:5px; padding:0px; text-align:center; }
/* #gBtn7 */
#gBtn7 a{display:block; background:url('<?=$board_skin_path?>/img/gBtn7_bg.gif') left 0; float:left; font:11px 돋움; color:#555; padding-left:6px; text-decoration:none; height:27px; cursor:pointer; margin-right:3px; overflow:hidden; letter-spacing:-1px; margin-left:3px;}
#gBtn7 a:hover{background:url('<?=$board_skin_path?>/img/gBtn7_bg.gif') left -27px}
#gBtn7 a span{display:block; float:left; background:url('<?=$board_skin_path?>/img/gBtn7_bg.gif') right 0; line-height:240%; padding-right:6px; height:27px; overflow:hidden}
#gBtn7 a:hover span{background:url('<?=$board_skin_path?>/img/gBtn7_bg.gif') right -27px; color:#000}
#gBtn7 span { display:block; float:left; background:url('<?=$board_skin_path?>/img/gBtn7_bg.gif') right 0; line-height:240%; padding-right:0px; height:27px; overflow:hidden}
#gBtn7 span input{display:block; background:url('<?=$board_skin_path?>/img/gBtn7_bg.gif') left 0; float:left; font:11px 돋움; color:#555; padding-left:6px; height:27px; margin-right:3px; overflow:hidden; letter-spacing:-1px; border:0px;margin-left:0px;}
</style>

<script language="javascript">
// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대
</script>

<form name="fwrite" method="post" onsubmit="return fwrite_submit(this);" enctype="multipart/form-data" style="margin:0px;">
<input type=hidden name=null>
<input type=hidden name=w        value="<?=$w?>">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=wr_id    value="<?=$wr_id?>">
<input type=hidden name=sca      value="<?=$sca?>">
<input type=hidden name=sfl      value="<?=$sfl?>">
<input type=hidden name=stx      value="<?=$stx?>">
<input type=hidden name=spt      value="<?=$spt?>">
<input type=hidden name=sst      value="<?=$sst?>">
<input type=hidden name=sod      value="<?=$sod?>">
<input type=hidden name=page    value="<?=$page?>">

<?
if (preg_match("/(mobile|ericsson|iphone|ipad|iPod|android|nokia|sph)/i", $_SERVER[HTTP_USER_AGENT])) {?>
<input type=hidden name=wr_5 value=" from m.kuplezone.com">
<?}?>


 
<table border="0" cellpadding="0" cellspacing="0" class="boardtype" summary="게시판의 글쓰기">
<colgroup>
<col width="80">
<col>
<col width="80">
<col>
<col width="120">
<col>
</colgroup>
<? if ($is_guest) { ?>
<thead>
<tr>
<? if ($is_name) { ?>
<th scope="col">글쓴이</th>
<td><input class='ed' maxlength=20 size=24 name=wr_name itemname="이름" required value="<?=$name?>"></td>
<? } ?>
<? if ($is_password) { ?>
<th scope="col">비밀번호</th>
<td><input class='ed' type=password maxlength=20 size=24 name=wr_password itemname="패스워드" <?=$password_required?>></td>
<? } ?>
<th scope="col" rowspan="2" class="guest1"><img id='kcaptcha_image' /></th>
<td rowspan="2" class="guest1"><input class='ed' type=input size=10 name=wr_key itemname="자동등록방지" required>&nbsp;&nbsp;왼쪽의 글자를 입력하세요.</td>
</tr>
<tr>
<? if ($is_email) { ?>
<th scope="col">이메일</th>
<td><input class='ed' maxlength=100 size=24 name=wr_email email itemname="이메일" value="<?=$email?>"></td>
<? } ?>
<? if ($is_homepage) { ?>
<th scope="col">홈페이지</th>
<td><input class='ed' size=24 name=wr_homepage itemname="홈페이지" value="<?=$homepage?>"></td>
<? } ?>
</tr>
</thead>
<? } ?>
<tbody>
<?
$option = "";
$option_hidden = "";
if ($is_notice || $is_html || $is_secret || $is_mail) {
    $option = "";
    if ($is_admin) {
    if ($is_notice) {
        $option .= "<input type=checkbox name=notice value='1' $notice_checked>공지&nbsp;";
    }
}

    if ($is_html) {
        if ($is_dhtml_editor) {
            $option_hidden .= "<input type=hidden value='html1' name='html'>";
        } else {
            $option .= "<input onclick='html_auto_br(this);' type=checkbox value='$html_value' name='html' $html_checked><span class=w_title>html</span>&nbsp;";
        }
    }

    if ($is_secret) {
        if ($is_admin || $is_secret==1) {
            $option .= "<input type=checkbox value='secret' name='secret' $secret_checked><span class=w_title>비밀글</span>&nbsp;";
        } else {
            $option_hidden .= "<input type=hidden value='secret' name='secret'>";
        }
    }
   
    if ($is_mail) {
        $option .= "<input type=checkbox value='mail' name='mail' $recv_email_checked>답변메일받기&nbsp;";
    }
}

echo $option_hidden;
if ($option) {
?>
<tr>
<th scope="col">옵&nbsp;&nbsp;&nbsp;&nbsp;션</th>
<td colspan="5"><?=$option?></td>
</tr>
<? } ?>
<tr>
<th scope="col">제&nbsp;&nbsp;&nbsp;&nbsp;목</th>
<td colspan="5">
<? if ($is_category) { ?>
<select name=ca_name required itemname="분류"><option value="">선택하세요<?=$category_option?></select>
<? }?>
<input class='ed' style="width:50%;" name=wr_subject id="wr_subject" itemname="제목" required value="<?=$subject?>">
<input type=checkbox name=wr_9 value="1" <?=$write[wr_9]?>> 리플 시간순 정렬
</td>
</tr>
<tr>
<td colspan="6"><? if (!$is_dhtml_editor) { ?>
      <table width="100%" cellpadding="0" cellspacing="0">
        <tr>
          <td width="50%" align="left" valign="bottom"><span style="cursor: pointer;" onclick="textarea_decrease('wr_content', 10);"><img src="<?=$board_skin_path?>/img/btn_up.gif" /></span> <span style="cursor: pointer;" onclick="textarea_original('wr_content', 10);"><img src="<?=$board_skin_path?>/img/btn_init.gif" /></span> <span style="cursor: pointer;" onclick="textarea_increase('wr_content', 10);"><img src="<?=$board_skin_path?>/img/btn_down.gif" /></span></td>
          <td width="50%" align="right"><? if ($write_min || $write_max) { ?>
              <span id="char_count"></span>글자
            <?}?></td>
        </tr>
      </table>
      <? } ?>
      <textarea name="wr_content" id="ir1" style="width:100%; height:250px" <? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>  itemname="내용" required><?=$content?></textarea>
 
  <? include "pollWrite.php"; ?>

      <? if ($write_min || $write_max) { ?>
      <script language="JavaScript" type="text/javascript"> check_byte('wr_content', 'char_count'); </script>
      <?}?></td>
</tr>

<? if ($is_file) { ?>
<tr>
<th scope="col"  valign=top>파일 <span onclick="add_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/ico_plus.gif" width="9" height="9" border="0" alt=""></span> <span onclick="del_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/ico_minus.gif" width="9" height="9" border="0" alt=""></a></th>
<td colspan="5">
<table id="variableFiles" cellpadding=0 cellspacing=0></table>
        <script language="JavaScript">
        var flen = 0;
        function add_file(delete_code)
        {
            var upload_count = <?=(int)$board[bo_upload_count]?>;
            if (upload_count && flen >= upload_count)
            {
                alert("이 게시판은 "+upload_count+"개 까지만 파일 업로드가 가능합니다.");
                return;
            }

            var objTbl;
            var objRow;
            var objCell;
            if (document.getElementById)
                objTbl = document.getElementById("variableFiles");
            else
                objTbl = document.all["variableFiles"];

            objRow = objTbl.insertRow(objTbl.rows.length);
            objCell = objRow.insertCell(0);

            objCell.innerHTML = "<input type='file' class='ed' name='bf_file[]' title='파일 용량 <?=$upload_max_filesize?> 이하만 업로드 가능'>";
            if (delete_code)
                objCell.innerHTML += delete_code;
            else
            {
                <? if ($is_file_content) { ?>
                objCell.innerHTML += "<br><input type='text' class='ed' size=50 name='bf_content[]' title='업로드 이미지 파일에 해당 되는 내용을 입력하세요.'>";
                <? } ?>
                ;
            }

            flen++;
        }

        <?=$file_script; //수정시에 필요한 스크립트?>

<?
$input_box_num = 2; // 기본으로 나타나게할 입력칸 수
if($w=='u') $input_box_num = $input_box_num - $file_length -1;
else $input_box_num--;
?>

for(i=0; i< <?=$input_box_num?>; i++) add_file();


        function del_file()
        {
            // file_length 이하로는 필드가 삭제되지 않아야 합니다.
            var file_length = <?=(int)$file_length?>;
            var objTbl = document.getElementById("variableFiles");
            if (objTbl.rows.length - 1 > file_length)
            {
                objTbl.deleteRow(objTbl.rows.length - 1);
                flen--;
            }
        }
        </script> </td>
</tr>

<?}?>

<tr>
<th scope="col">Tags</th>
<td colspan="5"><input class='ed' size=24 name=wr_10 itemname="태그" value="<?=$write['wr_10']?>">
  <span class="oksaks">, 로 구분하여 기재하세요!</span></td>
</tr>
<? if ($is_trackback) { ?>
<tr>
<th scope="col">트랙백</th>
<td colspan="5"><input class='ed' size=50 name=wr_trackback itemname="트랙백" value="<?=$trackback?>">
        <? if ($w=="u") { ?><input type=checkbox name="re_trackback" value="1">핑 보냄<? } ?></td>
</tr>
<? } ?>
</tbody>

</table>



<div align='left'>
<ul>
<li><b>사진, 동영상 HTML 태그 올리는 방법</b>
<li>먼저 HTML버튼을 누른다
<li>사진 : <font>< </font>img src="주소"<font>></font>, 동영상 : <font>< </font>embed  src="주소"<font>></font>
</ul>
</div>




<div class="board_button" id="gBtn7">
<span><input type="submit" id="btn_submit" value=" 글쓰기 " accesskey='s' onclick="_onSubmit();"></span>
</div>

<div class="board_button" id="gBtn7"  style="float:left; margin-top:10px;">
<a href="./board.php?bo_table=<?=$bo_table?>" id="btn_list"><span>&nbsp;&nbsp;목록&nbsp;&nbsp;</span></a>
</div>
</form>

<script type="text/javascript" src="<?="$g4[path]/js/jquery.kcaptcha.js"?>"></script>
<script type="text/javascript">

var beforeUnload = 1;
window.onbeforeunload=function(){
  if(beforeUnload)
            return "저장하지 않고 페이지를 벗어나려 합니다. 작성중인 글은 사라집니다.";
    }

<?
// 관리자라면 분류 선택에 '공지' 옵션을 추가함
if ($is_admin)
{
    echo "
    if (typeof(document.fwrite.ca_name) != 'undefined')
    {
        document.fwrite.ca_name.options.length += 1;
        document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].value = '공지';
        document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].text = '공지';
    }";
}
?>

with (document.fwrite)
{
    if (typeof(wr_name) != "undefined")
        wr_name.focus();
    else if (typeof(wr_subject) != "undefined")
        wr_subject.focus();
    else if (typeof(wr_content) != "undefined")
        wr_content.focus();

    if (typeof(ca_name) != "undefined")
        if (w.value == "u")
            ca_name.value = "<?=$write[ca_name]?>";
}

function html_auto_br(obj)
{
    if (obj.checked) {
        result = confirm("자동 줄바꿈을 하시겠습니까?\n\n자동 줄바꿈은 게시물 내용중 줄바뀐 곳을<br>태그로 변환하는 기능입니다.");
        if (result)
            obj.value = "html2";
        else
            obj.value = "html1";
    }
    else
        obj.value = "";
}

function fwrite_submit(f)
{
beforeUnload = 0;


    if (document.getElementById('char_count')) {
        if (char_min > 0 || char_max > 0) {
            var cnt = parseInt(document.getElementById('char_count').innerHTML);
            if (char_min > 0 && char_min > cnt) {
                alert("내용은 "+char_min+"글자 이상 쓰셔야 합니다.");
                return false;
            }
            else if (char_max > 0 && char_max < cnt) {
                alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다.");
                return false;
            }
        }
    }

    if (document.getElementById('tx_wr_content')) {
        if (!ed_wr_content.outputBodyText()) {
            alert('내용을 입력하십시오.');
            ed_wr_content.returnFalse();
            return false;
        }
    }

    var subject = "";
    var content = "";
    $.ajax({
        url: "<?=$board_skin_path?>/ajax.filter.php",
        type: "POST",
        data: {
            "subject": f.wr_subject.value,
            "content": f.wr_content.value
        },
        dataType: "json",
        async: false,
        cache: false,
        success: function(data, textStatus) {
            subject = data.subject;
            content = data.content;
        }
    });

    if (subject) {
        alert("제목에 금지단어('"+subject+"')가 포함되어있습니다");
        f.wr_subject.focus();
        return false;
    }

    if (content) {
        alert("내용에 금지단어('"+content+"')가 포함되어있습니다");
        if (typeof(ed_wr_content) != "undefined")
            ed_wr_content.returnFalse();
        else
            f.wr_content.focus();
        return false;
    }

    if (!check_kcaptcha(f.wr_key)) {
        return false;
    }

    document.getElementById('btn_submit').disabled = true;
    document.getElementById('btn_list').disabled = true;

    <?
    if ($g4[https_url])
        echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
    else
        echo "f.action = './write_update.php';";
    ?>
   
    return true;
}

$(function() {
    $('#wr_key').bind('keyup', function() {
        $('#wr_10').val($(this).val());
    });
});
</script>

<script language="JavaScript" src="<?="$g4[path]/js/board.js"?>"></script>
<script language="JavaScript"> window.onload=function() { drawFont(); } </script>
<script language="Javascript">
<!--
var oEditors = [];
nhn.husky.EZCreator.createInIFrame(oEditors, "ir1", "<?=$g4[path]?>/Smart/SEditorSkin.html", "createSEditorInIFrame");

function _onSubmit(elClicked){
 // 에디터의 내용을 에디터 생성시에 사용했던 textarea에 넣어 줍니다.
 oEditors.getById["ir1"].exec("UPDATE_IR_FIELD", []);
 
 // 에디터의 내용에 대한 값 검증은 이곳에서 document.getElementById("ir1").value를 이용해서 처리하면 됩니다.

 try{
  elClicked.form.submit();
 }catch(e){}

//-->
</script>
<script type="text/javascript">
//이미지를 저장하는 경로입니다.
var imagepath = "<?=$g4[path]?>/data/file/<?=$bo_table?>";

// 이미지삽입 함수 imgupload_exec.php 에서 호출하는 함수입니다.
function insertIMG(irid,fileame){
var sHTML = "<img src='" + imagepath + "/" + fileame + "' border='0'>";
oEditors.getById[irid].exec("PASTE_HTML", [sHTML]);
}
</script>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로