묻고답하기

예를 들어...
<form name=test method="post" action="test.php">
  <table border="0">
    <tr>
        <td>아이디 : <input type="text" size="10" name="id"><br>
               비밀번호 : <input type="password" size="10" name="pw" maxlength="8"><br>
                              <input type="image" src="login.gif" border="0">
        </td>
   </tr>
  </table>
</form>

이랬을때여... 입력란에 입력을 다하고... 엔터나 크릭을 하면...

현재창이 아닌... 새로운 창을 열고... 거기에 적용시킬려면 어떻게 해야 할까요...?

부탁드립니다...