Hello,

I've error as it's in title shown in Firebug console.
It shows that the problem is in line:
var height = iframeDocument.height || iframeDocument.body.scrollHeight || null;
also...

Comments

kotu’s picture

try{var height = iframeDocument.height || iframeDocument.body.scrollHeight || null; } catch(e){} fixes the problem...

kotu’s picture

Status: Active » Closed (fixed)
kotu’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.