load

loads a document you'd like to show in the iframe

void load(string value);
valuestringthe URL of the document

Example

$$("my_iframe").load("google.com");

Details

The source for iframe content can be defined in its constructor by the src property.

See also
  • API
  • Articles
  • Back to top