dojo.io.iframe.setSrc
dojo.require("dojo.io.iframe");
defined in dojo/io/iframe.js
Sets the URL that is loaded in an IFrame. The replace parameter indicates whether location.replace() should be used when changing the location of the iframe.
parameter | type | description |
---|---|---|
iframe | DOMNode | |
src | String | |
replace | Boolean |