Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/05/2015, 19:32
Avatar de JUbach
JUbach
 
Fecha de Ingreso: junio-2007
Ubicación: Terrassa
Mensajes: 5
Antigüedad: 16 años, 11 meses
Puntos: 0
Respuesta: PHP y los iframes

Aqui teneis el codigo:

<!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></title>
</head>

<body>
<div>
<iframe width="700" height="393" src="http://soporte.microserv.es/login_page.php" frameborder="0" framespacing="0" scrolling="auto" border="0" allowfullscreen></iframe>
</body>
</html>

Gracias