I\'m making a widget similar to the uservoice widgets, except I want the content of the page to be in an iFrame rather than the widget appear via javascript. How can I have
If you're not loading cross domain then you could just load in using jquery ajax call http://docs.jquery.com/Ajax/load
$(document).ready(function () { $("#content").load("page.html"); });
and replace your iframe with