Как мне это сделать?
$('#divToInsert').html('<iframe id="outputPage" src="/Folder/webpage.aspx" width="90%" height="600" frameborder="0" scrolling="yes" style="overflow-x: hidden"><p>WARNING: Your browser does not support iframes. Please contact your adminstrator for assistance.</iframe>'); $('#outputPage').unbind('load'); $('#outputPage').bind('load', function() { alert('done!'); });
Опечатка?
// ---------v---------------there's a "t" that shouldn't be there $('#outputPaget').bind('load',
Работает у меня после исправления.
Убедитесь, что DOM тоже загружен.