숀패밀리

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,130
14년 전 조회 1,199
14년 전 조회 1,537
14년 전 조회 1,847
14년 전 조회 1,858
14년 전 조회 1,327
14년 전 조회 1,954
14년 전 조회 1,418
14년 전 조회 1,300
14년 전 조회 2,952
14년 전 조회 1,723
14년 전 조회 1,292
14년 전 조회 1,271
14년 전 조회 2,311
14년 전 조회 1,491
14년 전 조회 1,897
14년 전 조회 1,872
14년 전 조회 2,475
14년 전 조회 2,538
14년 전 조회 1,827
14년 전 조회 1,439
14년 전 조회 1,383
14년 전 조회 1,612
14년 전 조회 1,809
14년 전 조회 3,256
14년 전 조회 1,269
14년 전 조회 1,625
14년 전 조회 1,736
14년 전 조회 2,107
14년 전 조회 1,312
14년 전 조회 1,204
14년 전 조회 1,906
14년 전 조회 2,275
14년 전 조회 2,363
14년 전 조회 1,532
14년 전 조회 1,339
14년 전 조회 2,470
14년 전 조회 1,555
14년 전 조회 1,897
14년 전 조회 1,347
14년 전 조회 1,425
14년 전 조회 1,428
14년 전 조회 1,503
14년 전 조회 5,326
14년 전 조회 1,389
14년 전 조회 1,524
14년 전 조회 2,198
14년 전 조회 1,338
14년 전 조회 1,122
14년 전 조회 1,520
14년 전 조회 2,812
14년 전 조회 2,213
14년 전 조회 2,087
14년 전 조회 3,514
14년 전 조회 2,626
14년 전 조회 1,566
14년 전 조회 1,630
14년 전 조회 1,598
14년 전 조회 1,710
14년 전 조회 1,167
14년 전 조회 1,503
14년 전 조회 1,614
14년 전 조회 3,207
14년 전 조회 1,508
14년 전 조회 1,237
14년 전 조회 1,236
14년 전 조회 3,580
14년 전 조회 1,344
14년 전 조회 2,063
14년 전 조회 2,105
14년 전 조회 1,297
14년 전 조회 1,986
14년 전 조회 1,373
14년 전 조회 1,522
14년 전 조회 2,432
14년 전 조회 2,174
14년 전 조회 2,786
14년 전 조회 1,499
14년 전 조회 1,377
14년 전 조회 2,739
14년 전 조회 1,387
14년 전 조회 1,515
14년 전 조회 2,647
14년 전 조회 1,594
14년 전 조회 1,580
14년 전 조회 1,287
14년 전 조회 1,547
14년 전 조회 2,561
14년 전 조회 1,116
14년 전 조회 3,117
14년 전 조회 1,431
14년 전 조회 1,156
14년 전 조회 1,129
14년 전 조회 1,416
14년 전 조회 1,320
14년 전 조회 1,231
14년 전 조회 1,719
14년 전 조회 1,153
14년 전 조회 1,790
14년 전 조회 2,181