JHtml::iframe
Write a <iframe></iframe> element
Signature
public function iframe(string
$url,
[string
$name = null,
[array
$attribs = null,
[string
$noFrames = '']]] )
Parameters
-
$url
- The relative URL to use for the src attribute.
-
$name
- The target attribute to use.
-
$attribs
- An associative array of attributes to add.
-
$noFrames
- The message to display if the iframe tag is not supported.
Returns
- string
- <iframe></iframe> element or message if not supported.