Posto il codice
codice:
<html>
   	<body>
      <form action="http://localhost/pippo.jsp"  method="GET">
      prova
	  <table>
         <tr>
            <td width="100"><input type="submit" name="CHIUDI" value="Chiudi" title="Chiudi"></input>
            </td>
         </tr>
      </table></form>
   </body>
</html>
Il problema è che una volta aperto la finestra con window.open,sul menu principale trovo la scritta [object] invece la finestra principale non deve essere "toccata"

Come mai?