숀패밀리

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,144
14년 전 조회 1,227
14년 전 조회 1,560
14년 전 조회 1,866
14년 전 조회 1,874
14년 전 조회 1,349
14년 전 조회 1,980
14년 전 조회 1,445
14년 전 조회 1,327
14년 전 조회 2,975
14년 전 조회 1,743
14년 전 조회 1,315
14년 전 조회 1,298
14년 전 조회 2,336
14년 전 조회 1,520
14년 전 조회 1,914
14년 전 조회 1,893
14년 전 조회 2,496
14년 전 조회 2,564
14년 전 조회 1,842
14년 전 조회 1,463
14년 전 조회 1,406
14년 전 조회 1,636
14년 전 조회 1,827
14년 전 조회 3,280
14년 전 조회 1,295
14년 전 조회 1,646
14년 전 조회 1,757
14년 전 조회 2,135
14년 전 조회 1,346
14년 전 조회 1,229
14년 전 조회 1,927
14년 전 조회 2,291
14년 전 조회 2,379
14년 전 조회 1,553
14년 전 조회 1,364
14년 전 조회 2,484
14년 전 조회 1,582
14년 전 조회 1,920
14년 전 조회 1,373
14년 전 조회 1,447
14년 전 조회 1,447
14년 전 조회 1,519
14년 전 조회 5,351
14년 전 조회 1,407
14년 전 조회 1,545
14년 전 조회 2,229
14년 전 조회 1,363
14년 전 조회 1,153
14년 전 조회 1,539
14년 전 조회 2,832
14년 전 조회 2,231
14년 전 조회 2,110
14년 전 조회 3,537
14년 전 조회 2,642
14년 전 조회 1,590
14년 전 조회 1,658
14년 전 조회 1,621
14년 전 조회 1,735
14년 전 조회 1,204
14년 전 조회 1,519
14년 전 조회 1,637
14년 전 조회 3,224
14년 전 조회 1,528
14년 전 조회 1,256
14년 전 조회 1,254
14년 전 조회 3,605
14년 전 조회 1,372
14년 전 조회 2,083
14년 전 조회 2,123
14년 전 조회 1,322
14년 전 조회 2,004
14년 전 조회 1,402
14년 전 조회 1,541
14년 전 조회 2,452
14년 전 조회 2,195
14년 전 조회 2,802
14년 전 조회 1,520
14년 전 조회 1,406
14년 전 조회 2,767
14년 전 조회 1,415
14년 전 조회 1,541
14년 전 조회 2,663
14년 전 조회 1,612
14년 전 조회 1,604
14년 전 조회 1,316
14년 전 조회 1,567
14년 전 조회 2,579
14년 전 조회 1,135
14년 전 조회 3,137
14년 전 조회 1,451
14년 전 조회 1,179
14년 전 조회 1,154
14년 전 조회 1,437
14년 전 조회 1,345
14년 전 조회 1,254
14년 전 조회 1,734
14년 전 조회 1,176
14년 전 조회 1,803
14년 전 조회 2,204