본문으로 이동

대문: 두 판 사이의 차이

한국고고학사전
편집 요약 없음
편집 요약 없음
127번째 줄: 127번째 줄:
   </select>
   </select>


   <input type="search" name="search" id="q">
   <input type="search" name="search" id="condition">


   <button type="submit">검색</button>
   <button type="submit">검색</button>
134번째 줄: 134번째 줄:
<script>
<script>
document.getElementById('selectSearch').onsubmit = function () {
document.getElementById('selectSearch').onsubmit = function () {
   const q = document.getElementById('q');
   const con = document.getElementById('condition');
   const scope = document.getElementById('scope').value;
   const scope = document.getElementById('scope').value;


   if (scope === 'site') q.value += ' incategory:유적';
   if (scope === 'site') con.value += ' incategory:유적';
   if (scope === 'term') q.value += ' incategory:개념';
   if (scope === 'term') con.value += ' incategory:개념';
};
};
</script>
</script>

2026년 1월 16일 (금) 09:55 판





----

----

----

----

한국고고학전문사전(구석기 시대 편) 한국고고학전문사전(신석기 시대 편) 한국고고학전문사전(청동기 시대 편)
link=https://dh.aks.ac.kr/~khw/wiki/index.php/한국고고학전문사전(구석기 시대 편) link=https://dh.aks.ac.kr/~khw/wiki/index.php/한국고고학전문사전(신석기 시대 편) link=https://dh.aks.ac.kr/~khw/wiki/index.php/한국고고학전문사전(청동기 시대 편)