답변 1개
채택된 답변
+20 포인트
마르스컴퍼니
Expert
1년 전
<?php
include_once('../common.php');
include_once('../head.php');</p>
<p>require_once G5_EDITOR_LIB;
?>
<form name='test' method="post" onsubmit="return f_submit()"></p>
<p> <?php echo editor_html('wr_content', '', true); ?></p>
<p> <div>
<button type="submit">확인</button>
</div>
</form></p>
<p><script>
function f_submit() {
<?php echo get_editor_js('wr_content'); ?>
}
</script></p>
<p><?php
include_once('../tail.php');
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
올해도열심히
1년 전
너무 감사드려요^^
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인