The simplest way using jQuery:
$("iframe").attr({"scrolling": "no", "src":"http://www.someotherlink.com/"}).load(function() { $(this).css("height", $(this).contents().height() +"px");});
The simplest way using jQuery:
$("iframe").attr({"scrolling": "no", "src":"http://www.someotherlink.com/"}).load(function() { $(this).css("height", $(this).contents().height() +"px");});