숀패밀리

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,229
14년 전 조회 1,330
14년 전 조회 1,671
14년 전 조회 1,972
14년 전 조회 1,980
14년 전 조회 1,458
14년 전 조회 2,079
14년 전 조회 1,547
14년 전 조회 1,429
14년 전 조회 3,079
14년 전 조회 1,827
14년 전 조회 1,412
14년 전 조회 1,400
14년 전 조회 2,436
14년 전 조회 1,602
14년 전 조회 2,002
14년 전 조회 1,986
14년 전 조회 2,606
14년 전 조회 2,662
14년 전 조회 1,939
14년 전 조회 1,575
14년 전 조회 1,503
14년 전 조회 1,730
14년 전 조회 1,927
14년 전 조회 3,379
14년 전 조회 1,398
14년 전 조회 1,744
14년 전 조회 1,854
14년 전 조회 2,239
14년 전 조회 1,451
14년 전 조회 1,337
14년 전 조회 2,032
14년 전 조회 2,390
14년 전 조회 2,473
14년 전 조회 1,652
14년 전 조회 1,453
14년 전 조회 2,564
14년 전 조회 1,672
14년 전 조회 2,033
14년 전 조회 1,483
14년 전 조회 1,580
14년 전 조회 1,537
14년 전 조회 1,616
14년 전 조회 5,472
14년 전 조회 1,523
14년 전 조회 1,650
14년 전 조회 2,326
14년 전 조회 1,468
14년 전 조회 1,272
14년 전 조회 1,621
14년 전 조회 2,925
14년 전 조회 2,339
14년 전 조회 2,198
14년 전 조회 3,635
14년 전 조회 2,730
14년 전 조회 1,686
14년 전 조회 1,736
14년 전 조회 1,712
14년 전 조회 1,828
14년 전 조회 1,300
14년 전 조회 1,610
14년 전 조회 1,745
14년 전 조회 3,319
14년 전 조회 1,624
14년 전 조회 1,365
14년 전 조회 1,367
14년 전 조회 3,709
14년 전 조회 1,484
14년 전 조회 2,173
14년 전 조회 2,220
14년 전 조회 1,409
14년 전 조회 2,095
14년 전 조회 1,496
14년 전 조회 1,624
14년 전 조회 2,541
14년 전 조회 2,290
14년 전 조회 2,894
14년 전 조회 1,601
14년 전 조회 1,492
14년 전 조회 2,861
14년 전 조회 1,512
14년 전 조회 1,632
14년 전 조회 2,752
14년 전 조회 1,728
14년 전 조회 1,676
14년 전 조회 1,404
14년 전 조회 1,640
14년 전 조회 2,666
14년 전 조회 1,248
14년 전 조회 3,204
14년 전 조회 1,562
14년 전 조회 1,286
14년 전 조회 1,254
14년 전 조회 1,511
14년 전 조회 1,435
14년 전 조회 1,347
14년 전 조회 1,832
14년 전 조회 1,272
14년 전 조회 1,898
14년 전 조회 2,287