.ShowMe{display:block;} function(url) { document.getElementById('myIFrame').src = url; document.getElementById('myIFrame').className = ShowMe; } window.onload = function () { window.frameElement.className = 'ShowMe'; // 'ShowMe' or what ever you have in ShowMe variable. }