숀패밀리

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,028
14년 전 조회 1,097
14년 전 조회 1,443
14년 전 조회 1,728
14년 전 조회 1,752
14년 전 조회 1,207
14년 전 조회 1,841
14년 전 조회 1,310
14년 전 조회 1,181
14년 전 조회 2,858
14년 전 조회 1,589
14년 전 조회 1,191
14년 전 조회 1,174
14년 전 조회 2,220
14년 전 조회 1,366
14년 전 조회 1,781
14년 전 조회 1,775
14년 전 조회 2,395
14년 전 조회 2,443
14년 전 조회 1,713
14년 전 조회 1,328
14년 전 조회 1,290
14년 전 조회 1,519
14년 전 조회 1,693
14년 전 조회 3,172
14년 전 조회 1,161
14년 전 조회 1,500
14년 전 조회 1,629
14년 전 조회 2,005
14년 전 조회 1,210
14년 전 조회 1,095
14년 전 조회 1,818
14년 전 조회 2,190
14년 전 조회 2,268
14년 전 조회 1,460
14년 전 조회 1,237
14년 전 조회 2,386
14년 전 조회 1,463
14년 전 조회 1,797
14년 전 조회 1,255
14년 전 조회 1,309
14년 전 조회 1,346
14년 전 조회 1,417
14년 전 조회 5,245
14년 전 조회 1,290
14년 전 조회 1,442
14년 전 조회 2,116
14년 전 조회 1,241
14년 전 조회 1,028
14년 전 조회 1,438
14년 전 조회 2,700
14년 전 조회 2,141
14년 전 조회 1,995
14년 전 조회 3,452
14년 전 조회 2,529
14년 전 조회 1,480
14년 전 조회 1,523
14년 전 조회 1,507
14년 전 조회 1,630
14년 전 조회 1,071
14년 전 조회 1,397
14년 전 조회 1,518
14년 전 조회 3,122
14년 전 조회 1,421
14년 전 조회 1,153
14년 전 조회 1,132
14년 전 조회 3,483
14년 전 조회 1,259
14년 전 조회 1,979
14년 전 조회 2,050
14년 전 조회 1,196
14년 전 조회 1,893
14년 전 조회 1,282
14년 전 조회 1,423
14년 전 조회 2,354
14년 전 조회 2,109
14년 전 조회 2,702
14년 전 조회 1,404
14년 전 조회 1,290
14년 전 조회 2,654
14년 전 조회 1,311
14년 전 조회 1,421
14년 전 조회 2,577
14년 전 조회 1,502
14년 전 조회 1,503
14년 전 조회 1,208
14년 전 조회 1,459
14년 전 조회 2,483
14년 전 조회 1,026
14년 전 조회 3,040
14년 전 조회 1,348
14년 전 조회 1,070
14년 전 조회 1,036
14년 전 조회 1,321
14년 전 조회 1,241
14년 전 조회 1,144
14년 전 조회 1,637
14년 전 조회 1,066
14년 전 조회 1,701
14년 전 조회 2,114