.iframeNew()

Description

iframeNew creates a new iframe element and appends it to the document body.

Parameters

iframeNew takes no parameters.

Usage

variable = "url".iframeNew()
// returns the id of the new iframe allowing for other iframe commands to interact with it

Last updated