domingo, 15 de septiembre de 2013

CRM 4.0 - Scroll en un dashboard

Scroll en un dashboard


Creas una página con un IFRAME donde src es la página que tenias en el dashboard, y
haces apuntar el dashboard al IFRAME.

<html>
<head>
<title>Untitled Page</title>
</head>
<body style="width:100%; height:100%; background-color:#d6e8ff; margin:3 3 3 3">
<iframe id="frm" src="http:/sb00m/FAQ/FAQ.htm" frameborder=0 height=100% width=100%></iframe>
</body>
</html>

No hay comentarios:

Publicar un comentario