[php] 구글검색을 이용한 검색창 달기 > 팁앤테크

본문 바로가기

사이트 내 전체검색

뒤로가기 팁앤테크

[php] 구글검색을 이용한 검색창 달기

본문

검색으로인해 서버부화가 많이 생기면 이렇게 이용해 보세요..

**************************

<form id="fsearchbox" method="get" action="#" onsubmit="return fsearch_submit(this)" target="_blank">
        <input type="hidden" name="q" />
        <input type="hidden" name="ie" value="utf-8" />
        <input type="text" name="qstr" class="text" />
        <input type="submit" name="sa" class="bt_bg03 bt_border03" style="width:45px" value="검색" />

        </form>

        <script>
        function fsearch_submit(f)
        {
            f.q.value = "site:zeronara.net " + f.qstr.value;
            f.action = "http://google.com/search";
            return true;
        }
        </script>
추천0

댓글목록 1

PHP개발님의 댓글

PHP개발쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

저도 위의 소스 적용해서 잘쓰고 있습니다.

전체 825건 14 페이지
게시물 검색
Copyright (c) 株式会社YHPLUS. All rights reserved.

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒171-0014 東京都豊島区池袋2-41-5 アーバン154 8F
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

PC 버전으로 보기