[font=courier new]Prueba con esto:
Código PHP:
<form action="test.php" method="get" target="pepe">
<input type="text" name="d">
<input
type="submit" name="boton1"
onClick = "pepe = window.open('test.php','pepe','width=500, height=400')"
value = "previsualizar">
<input type="submit" name = "boton2" onClick="this.form.target='_self'" value="Enviar">
</form>