HOLA:
QUIERA SABER COMO LO PUEDO HACER PARA QUE EL RESULTADO SE ME ABRA EN UN POPUP U OTRA PAGINA DIFERENTE A LA QUE SE ENCUENTRA EL BOTON GENERAR:
Código:
<h2>Generar Informe </h2>
<br/><br/>
<form name="informw" method="post" action="pdf.php">
<table width="80%" height="30" border="0" cellspacing="1">
<tr valign="top">
<td width="8%">Buscar</td>
<td width="25%"><input type="text" name="buscar" size="30" /></td>
<td width="5%"></td>
<td width="62%" >
<select name="opcion">
<option value="0"> </option>
<option value="1" >Nro. Contenedor</option>
<option value="2" >Contenedores con TACT</option>
<option value="3" >Nro. Documento</option>
</select>
</td>
</tr>
</table>
<p>Inicio <input type="text" id="inicio" name="inicio" size="15"/> <button id="buttoninicio" >...</button>
Fin <input type="text" id="fin" size="15" name="fin"/> <button id="buttonfin" >...</button> </p>
<input type="submit" name="Button1" value="Generar" /></form></div>