Saludos en tu codigo el error esta en el height debes darle un valor en px no un valor en porcentaje, cambia ese 100% a un valor como 500px o 1000px como te dicepetit89
Cambia
Código HTML:
<iframe width="100%" height="100%" frameborder="0" scrolling="auto" seamless="" src="http://www.e-agencias.com.ar/ag15439">
<!DOCTYPE html>
<html>
<head>
<body class="ux-common-responsive ux-common-responsive-large">
</html>
</iframe>
Por:
Código HTML:
<iframe width="100%" height="1000" frameborder="0" scrolling="auto" seamless="" src="http://www.e-agencias.com.ar/ag15439">
<!DOCTYPE html>
<html>
<head>
<body class="ux-common-responsive ux-common-responsive-large">
</html>
</iframe>
Y en tu etiqueta Body tambien corrige a
Código HTML:
<body class="c-layout-header-fixed c-layout-header-mobile-fixed c-page-on-scroll" style="height: 1500px;">
Suerte