document.fcategory.sca.value 스크립트 역활

document.fcategory.sca.value 스크립트 역활

QA

document.fcategory.sca.value 스크립트 역활

답변 1

본문

list.skin.php 맨 아래에 아래와 같은 스크립트가 있습니다.

아래의 스크립트는 무슨 역활을 하는건가요??


<script language="JavaScript">
if ('<?=$sca?>') document.fcategory.sca.value = '<?=$sca?>';
if ('<?=$wr_9?>') document.fcategory.wr_9.value = '<?=$wr_9?>';
if ('<?=$wr_8?>') document.fcategory.wr_8.value = '<?=$wr_8?>';
if ('<?=$wr_7?>') document.fcategory.wr_7.value = '<?=$wr_7?>';
if ('<?=$wr_5?>') document.fcategory.wr_5.value = '<?=$wr_5?>';
if ('<?=$stx?>') {
    document.fsearch.sfl.value = '<?=$sfl?>';
    //document.fsearch.sop.value = '<?=$sop?>';
}
</script>

이 질문에 댓글 쓰기 :

답변 1

$wr_숫자 의 값이 존재할 경우 도큐먼트의 value값을 넣어주는것 같습니다~

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
filter #ㅅ ×
전체 5
© SIRSOFT
현재 페이지 제일 처음으로