--- title: Window.length slug: Web/API/Window/length tags: - API - DOM - Gecko - Propriedade - Referencia - Referência do DOM - Referência do DOM do Gecko - WebAPI - Window translation_of: Web/API/Window/length ---
Retorna o número de frames (tanto elementos frame ou iframe) dentro da janela.
quantidadeFrames = window.length;
if (window.length) {
// este é um documento com subframes
}
| Especificação | Status | Comentário |
|---|---|---|
| {{SpecName('HTML WHATWG','browsers.html#dom-length','Window.length')}} | {{Spec2('HTML WHATWG')}} |