Necesito saber si se puede mandar llamar a un frame recursivo. Tengo esta página
Código HTML:
<html> <head> <title>home.php</title> </head> <FRAMESET rows="35%,*" > <FRAME SRC="imp_datos.php" name="enviar" > <FRAME SRC="proc_calc.php" name="recibir" noresize="noresize"> </FRAMESET> <noframes></noframes> </html>
Código HTML:
<form name="form1" method="POST" action="proc_calc.php" target="recibir" > <img src="php_captcha.php"> Escribir cadena.<br> <input name="number" type="text" id=\"number\"> Número de exámenes.<br> <input type="text" name="num" id="text" tabindex="0" /> <input name="Submit" type="submit" value="Consultar" >
¿Esto es posible?