Lo siento, pero es que no estoy acostumbrado a el PHP o JavaScript, apenas entiendo el HTML.
Pero si mal no entendí la cosa es así, suplanto esto código:
Código PHP:
<td align="center"><input type="submit" value="Continuar"></td>
Por este:
Código PHP:
<input type="submit" value="Continuar" onclick="return abrirPopup();">
Ademas debo colocar este código:
Código:
<script type="text/javascript">
function abrirPopup() {
window.open("tupagina.html");
}
</script>
El tema esta, donde coloco el
JavaScript?