숀패밀리

php 함수검색 넣기

홈피에 php 함수검색을 넣을때 필요한 html/css입니다
php 커뮤니티등의 상단메뉴부분에 넣으시면됍니다
 
<style>
.php_search_div {padding:5px;border:0px;text-align:center;font-weight:bold;color:#FFFFFF;}
.php_search_div .php_search{ width:100px; height:20px; padding:4px 4px 0 4px; background-color:#6f6f6f; color:#ffffff; border:0px;}
.php_search_div .btn{ background:url(./images/btn_search.gif) no-repeat; width:40px; height:20px; text-indent: -100em; overflow:hidden; border:0px; cursor:pointer;}
</style>
 
        <!-- PHP함수검색 -->
            <div id="php_search_div" class="php_search_div">
                <script>
                    function Go_php_search() {

                        var obj = document.getElementById('php_search');

                        if(obj.value=="검색어를 입력하세요" || !obj.value) {
                            alert("검색어를 넣어주세요.");
                            obj.value="";
                            obj.focus();
                            return;
                        }

                        window.open("http://www.php.net/search.php?show=quickref&pattern="+obj.value,"_blank")
                    }
                </script>
                <img src="./images/s_php.gif" border="0"><!-- 타이틀부분 , 이미지로 하던 글로쓰던 맘대로   -->
                                <div style="width:155px;padding:5px;text-align:center;">
                <input type="text" name="php_search" id="php_search" value=""  onkeypress="if (event.keyCode == 13) { try{Go_php_search(); return false;}catch(e){} }" class="php_search"/> <input value="검색" type="button" onclick="try{Go_php_search(); return false;}catch(e){}" class="btn"/></div>
            </div>
      
이상입니다
|

댓글 2개

용도는 무엇인지요?
http://www.php.net/search.php?show=quickref&pattern="+obj.value,"_blank"

이게 답인듯 한데요
작업하다 보면 아무래도 필요할 때가 있을듯 합니다
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
14년 전 조회 3,922
14년 전 조회 996
14년 전 조회 1,341
14년 전 조회 1,630
14년 전 조회 1,650
14년 전 조회 1,113
14년 전 조회 1,746
14년 전 조회 1,209
14년 전 조회 1,086
14년 전 조회 2,756
14년 전 조회 1,493
14년 전 조회 1,093
14년 전 조회 1,069
14년 전 조회 2,119
14년 전 조회 1,284
14년 전 조회 1,692
14년 전 조회 1,672
14년 전 조회 2,328
14년 전 조회 2,346
14년 전 조회 1,617
14년 전 조회 1,239
14년 전 조회 1,198
14년 전 조회 1,413
14년 전 조회 1,594
14년 전 조회 3,123
14년 전 조회 1,057
14년 전 조회 1,391
14년 전 조회 1,534
14년 전 조회 1,910
14년 전 조회 1,113
14년 전 조회 1,012
14년 전 조회 1,720
14년 전 조회 2,087
14년 전 조회 2,187
14년 전 조회 1,412
14년 전 조회 1,160
14년 전 조회 2,298
14년 전 조회 1,382
14년 전 조회 1,718
14년 전 조회 1,170
14년 전 조회 1,232
14년 전 조회 1,257
14년 전 조회 1,324
14년 전 조회 5,202
14년 전 조회 1,213
14년 전 조회 1,348
14년 전 조회 2,020
14년 전 조회 1,157
14년 전 조회 941
14년 전 조회 1,342
14년 전 조회 2,624
14년 전 조회 2,067
14년 전 조회 1,913
14년 전 조회 3,403
14년 전 조회 2,449
14년 전 조회 1,403
14년 전 조회 1,437
14년 전 조회 1,420
14년 전 조회 1,547
14년 전 조회 993
14년 전 조회 1,312
14년 전 조회 1,440
14년 전 조회 3,038
14년 전 조회 1,320
14년 전 조회 1,060
14년 전 조회 1,058
14년 전 조회 3,400
14년 전 조회 1,184
14년 전 조회 1,901
14년 전 조회 2,001
14년 전 조회 1,106
14년 전 조회 1,813
14년 전 조회 1,203
14년 전 조회 1,350
14년 전 조회 2,283
14년 전 조회 2,060
14년 전 조회 2,624
14년 전 조회 1,329
14년 전 조회 1,205
14년 전 조회 2,576
14년 전 조회 1,225
14년 전 조회 1,323
14년 전 조회 2,528
14년 전 조회 1,425
14년 전 조회 1,413
14년 전 조회 1,126
14년 전 조회 1,386
14년 전 조회 2,406
14년 전 조회 953
14년 전 조회 2,960
14년 전 조회 1,277
14년 전 조회 996
14년 전 조회 955
14년 전 조회 1,241
14년 전 조회 1,156
14년 전 조회 1,068
14년 전 조회 1,550
14년 전 조회 985
14년 전 조회 1,621
14년 전 조회 2,033