CMS솔루션마켓, 이온디 - 워드프레스, 라이믹스, 카페24, 그누보드, 엑셀

Contents Management System

글쓰기 버튼 있는 페이지

역할 : 글쓰는 창 레이어 토글

예 : setup.php 혹은 하단에..

<script language="JavaScript">
function toggle(e) {
    if (e.style.display == "none")
        { e.style.display = ""; }
    else     { e.style.display = "none"; }
}
</script>

<a href=javascript:toggle(wr_memo) OnFocus="this.blur()">
<img src="<?=$dir?>/images/post.png"  style="cursor:pointer;margin-left:340;" width="60px" height="27px" alt="POST" /></a>





글쓰기 페이지 레이어

<div class="post_w_position" id="wr_memo">
<div class="post_w">
<a href="#" onclick="document.getElementById('wr_memo').style.display='none'" ><img src=<?=$dir?>/images/post_w_bt_close.png align=right style="margin-right:3;margin-top:3;"></a>

이것은 창닫기소스까지.



추천한 사람

 
댓글은 로그인 사용자만 작성 가능합니다. 로그인하기