SyntaxFix
Write A Post
Hire A Developer
Questions
Try this, you can change for even when you want. this example use jQuery.
$('#iframe').live('mousemove', function (event) { var theFrame = $(this, parent.document.body); this.height($(document.body).height() - 350); });