안녕하세요. 검색에대해서 알려주세요.. 부탁드립니다.

안녕하세요. 검색에대해서 알려주세요.. 부탁드립니다.

QA

안녕하세요. 검색에대해서 알려주세요.. 부탁드립니다.

답변 1

본문

예를 들어 검색어 입력후 특정 게시판의 글쓰기로 바로 들어가겠금 하려고 하는데요.

http://localhost/osakasangyou/bbs/write.php?stx=

 

위URL처럼  stx= 가 자동으로 붙는데... 어디서 지워야되는지 알려주실수 있나요??

 

 

 

index.php에서

<form action="http://localhost/osakasangyou/bbs/write.php?bo_table=completed" onsubmit="return tsearch_submit(this);">
            <div class="form-body">
                    <fieldset>
                        <input type="text" name="stx" size="10" style="width:300px" maxlength="3" placeholder="번호" value="<?php echo $stx;?>">
                    </fieldset>
                    <button type="submit" class="btn btn-sm">입력하기</button>
            </div>
           </form>

 

텍스트박스에 문자를 입력하고 버튼 클릭하면 

http://localhost/osakasangyou/bbs/write.php?bo_table=completed

로 이동하고 싶습니다...

 

알려주실 천사분 ㅠㅠ

 

부탁드립니다.

이 질문에 댓글 쓰기 :

답변 1

<form action="http://localhost/osakasangyou/bbs/write.php?bo_table=completed" onsubmit="return tsearch_submit(this);" method="post">

 

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 1
© SIRSOFT
현재 페이지 제일 처음으로