SyntaxFix
Write A Post
Hire A Developer
Questions
$("#button").click(function () { $("#frame").attr("src", "http://www.example.com/"); });
HTML:
<div id="mydiv"> <iframe id="frame" src="" width="100%" height="300"> </iframe> </div> <button id="button">Load</button>