그누보드, 분류 선택후 글쓰기 누르면 자동으로 분류지정
작성일 20-01-08 11:10
페이지 정보
작성자서방님 조회 51회 댓글 0건본문
// list.skin.php 하단 삽입
<script>
if (location.search.indexOf('&sca=') > -1) {
var sca = location.href.replace(/.+&sca=([^&]+).*/, '$1');
$('.btn_b02').prop('href', $('.btn_b02').prop('href') + '&sca=' + sca);
}
</script>
// write.skin.php 하단 삽입
<?php if (!$w) echo "<script>$('#ca_name').val('$sca')</script>"; ?>
댓글목록
등록된 댓글이 없습니다.