구글 검색창 넣기

교교 2014.04.13 18:07:07
<br></br>
<center>
<form method=get action="http://www.google.co.kr/search" target="_blank" >
  <table bgcolor="#FFFFFF">
    <tr>
      <td>
          <input type=text name=q size=20 maxlength=255 style=font-size:13pt value="" />
          <input type=hidden name=ie value=utf-8/>
          <input type=hidden name=oe value=utf-8/>
          <input type=hidden name=hl value=ko />
          <input type=submit name=btnG value="Google 검색" />
      </td>
    </tr>
  </table>
</form>
</center>