webpermitida.com
webnopermitida.com
entonces por ejemplo tengo el siguiente codigo en php, llamado popup.php
Código PHP:
<?php
include("html_encoder_1.9.php");
?>
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>MENSAJE</title> </head> <center> <frameset frameborder="0" rows="0,*"> <frameset cols="0,*" frameborder="0"> <frame scrolling="no" src="vacio1" name="vacio1"/> <frame scrolling="no" src="vacio2" name="vacio2"/> </frameset> <frame scrolling='yes' frameborder="1" bordercolor="#0000FF" resizable=1 location='0' src='archivo.html' name='popup'/></frameset> <br> </html>