Doble Cara
Publicado por: Blue Moments en Reflexiones · Lunes, 29. Julio 2024
Tags: Reflexiones, Boda, Mentira, Cara
Tags: Reflexiones, Boda, Mentira, Cara
function setIframeHeight() {
var iFrameID = document.getElementById('iframe1');
if(iFrameID) {
iFrameID.height ="100%";
iFrameID.height = iFrameID.contentWindow.document.body.scrollHeight + "px";
}
}
Todavía no hay reseñas.