select 박스 고정시키는 방법좀 알려주세요. 정보
그누보드 select 박스 고정시키는 방법좀 알려주세요.본문
안녕하세요.
셀렉트 박스 고정시크는 방법좀 알려주세요.
자바스크립트도 좋구요.
php로 처리하는 방법도좋습니다.
셀렉트 박스 고정시크는 방법좀 알려주세요.
자바스크립트도 좋구요.
php로 처리하는 방법도좋습니다.
댓글 전체
<form name="form">
<select name="select">
<option>1
<option>2
<option>3
</select>
</form>
<script>document.form.select.value='<?=$select?>'</script>
이런건...
<select name="select">
<option>1
<option>2
<option>3
</select>
</form>
<script>document.form.select.value='<?=$select?>'</script>
이런건...