javascript $("#button").click(function () { $("#iframe").attr("src", "http://www.google.com/"); }); html <iframe id="iframe" src="" width="100%" height="400"></iframe><button id="button">Load</button>