haber si me dan una mano..
quieo hace algo.. pero o se que es lo que pasa.. me siento inutil :S
como dije quiero abrir una web dentro de otra,
pero el iframe no se muestra con todo el ALTO..
les dejo este ejemplo haber que me dicen..
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>Documento sin título</title> </head> <body> <table width="100%" border="0" bgcolor="#FFFFFF"> <tr> <td bgcolor="#009999"> </td> </tr> </table> <iframe src="http://google.com" width="100%" height="100%"> </iframe> </body> </html>