숀패밀리

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년 전 조회 4,388
14년 전 조회 1,474
14년 전 조회 1,803
14년 전 조회 2,113
14년 전 조회 2,132
14년 전 조회 1,594
14년 전 조회 2,227
14년 전 조회 1,679
14년 전 조회 1,567
14년 전 조회 3,238
14년 전 조회 1,960
14년 전 조회 1,546
14년 전 조회 1,533
14년 전 조회 2,571
14년 전 조회 1,737
14년 전 조회 2,143
14년 전 조회 2,127
14년 전 조회 2,728
14년 전 조회 2,810
14년 전 조회 2,078
14년 전 조회 1,713
14년 전 조회 1,644
14년 전 조회 1,866
14년 전 조회 2,048
14년 전 조회 3,516
14년 전 조회 1,542
14년 전 조회 1,869
14년 전 조회 2,005
14년 전 조회 2,377
14년 전 조회 1,587
14년 전 조회 1,468
14년 전 조회 2,178
14년 전 조회 2,537
14년 전 조회 2,608
14년 전 조회 1,791
14년 전 조회 1,596
14년 전 조회 2,719
14년 전 조회 1,799
14년 전 조회 2,200
14년 전 조회 1,620
14년 전 조회 1,702
14년 전 조회 1,673
14년 전 조회 1,756
14년 전 조회 5,607
14년 전 조회 1,651
14년 전 조회 1,781
14년 전 조회 2,456
14년 전 조회 1,605
14년 전 조회 1,398
14년 전 조회 1,760
14년 전 조회 3,055
14년 전 조회 2,460
14년 전 조회 2,316
14년 전 조회 3,754
14년 전 조회 2,856
14년 전 조회 1,818
14년 전 조회 1,873
14년 전 조회 1,837
14년 전 조회 1,954
14년 전 조회 1,412
14년 전 조회 1,733
14년 전 조회 1,863
14년 전 조회 3,425
14년 전 조회 1,725
14년 전 조회 1,488
14년 전 조회 1,467
14년 전 조회 3,823
14년 전 조회 1,596
14년 전 조회 2,305
14년 전 조회 2,338
14년 전 조회 1,535
14년 전 조회 2,214
14년 전 조회 1,610
14년 전 조회 1,737
14년 전 조회 2,664
14년 전 조회 2,401
14년 전 조회 3,020
14년 전 조회 1,717
14년 전 조회 1,603
14년 전 조회 2,988
14년 전 조회 1,627
14년 전 조회 1,749
14년 전 조회 2,867
14년 전 조회 1,866
14년 전 조회 1,804
14년 전 조회 1,520
14년 전 조회 1,763
14년 전 조회 2,789
14년 전 조회 1,370
14년 전 조회 3,336
14년 전 조회 1,691
14년 전 조회 1,390
14년 전 조회 1,393
14년 전 조회 1,643
14년 전 조회 1,557
14년 전 조회 1,464
14년 전 조회 1,968
14년 전 조회 1,378
14년 전 조회 2,019
14년 전 조회 2,405