paginaprincipal.html
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Language" content="es-ve"> <script language="JavaScript"> function Abrir_ventana (pagina) { var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=750, height=450, top=85, left=140"; window.open(pagina,"",opciones); } </script> <title>Pagina Principal</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> </head> <body> <p> </p> <p><a href="javascript:Abrir_ventana('popup.htm')">ABRIR BUSCADOR</a></p> </body> </html>
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>PopUp</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <p> </p> <p> </p> <p> </p> <form method="POST" action="01.htm"> <p align="center"> <input type="text" name="T1" size="51" style="border: 1px solid #000000"><br> <input type="submit" value="BUSCAR" name="B1"></p> </form> </body> </html>
Código HTML:
<html> <head> <meta http-equiv="Content-Language" content="es-ve"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>RESULTADO</title> </head> <body> <p align="center"> </p> <p align="center"> </p> <p align="center"><font size="5">RESULTADO</font></p> </body> </html>