How do you change source location of iframes in JavaScript?
For example, but the click of a button or a link, change this:
<iframe src=""></iframe>
…into this:
<iframe src="http://stackoverflow.com/"></iframe>
And, if you want to do one better, how do I change multiple iframes within the same page (using name or some other identifier)?
First, assign you iframe an id. This would look like
Then your JavaScript command would be