dojo.io.iframe.create
dojo.require("dojo.io.iframe");
defined in dojo/io/iframe.js
Creates a hidden iframe in the page. Used mostly for IO transports. You do not need to call this to start a dojo.io.iframe request. Just call send().
parameter | type | description |
---|---|---|
fname | String | The name of the iframe. Used for the name attribute on the iframe. |
onloadstr | String | A string of JavaScript that will be executed when the content in the iframe loads. |
uri | String | Optional. The value of the src attribute on the iframe element. If a value is not given, then dojo/resources/blank.html will be used. |