This post is from from my other blog here Trying to add my twitter badge to the side bar of this blog, but it's not working! Frustrating... weebly "custom html" element is having issues :s var myWindow = document.getElementById("300909907366861").contentWindow; var myFrame = myWindow.document; myFrame.open(); myFrame.write("  "); function resizeIframe(elementID) { var myHeight; var editableWindow = document.getElementById(elementID).contentWindow; var editableDocument = editableWindow.document; if (navigator.appVersion.indexOf("MSIE") == -1) { myHeight = editableDocument.body.offsetHeight+16; } else { myHeight = editableDocument.body.scrollHeight; } document.getElementById(elementID).height = myHeight; } resizeIframe("300909907366861"); setInterval("resizeIframe('300909907366861');", 1000); |