dojo.io.iframe
dojo.require("dojo.io.iframe");
defined in dojo/io/iframe.js

ConstructorsBack to top
Internal method used to fire the next request in the bind queue.

FunctionsBack to top
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().
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.