Foros del Web » Creando para Internet » HTML »

matriz - iframe

Estas en el tema de matriz - iframe en el foro de HTML en Foros del Web. hola: he oido algo sobre una matriz q recoge todos los elementos de uno o varios iframe pero no se como se llama para poder ...
  #1 (permalink)  
Antiguo 14/01/2003, 06:12
 
Fecha de Ingreso: enero-2002
Mensajes: 838
Antigüedad: 22 años, 3 meses
Puntos: 1
matriz - iframe

hola:

he oido algo sobre una matriz q recoge todos los elementos de uno o varios iframe pero no se como se llama para poder buscar informacion al respecto.

alguien me puede ayudar?

un saludo


gracias
  #2 (permalink)  
Antiguo 14/01/2003, 07:52
Avatar de DanielRey
Usuario no validado
 
Fecha de Ingreso: enero-2001
Ubicación: Mendoza
Mensajes: 630
Antigüedad: 23 años, 3 meses
Puntos: 1
Hola Xias

El iframe provee estas colecciones:

all, children

all:
Description

Returns an object reference to the collection of elements contained by the object.

Syntax
object.all(index)


Parameter Description
object An object that can contain elements such as the document.
(index) Optional. An integer or a string specifying the index value of the element to retrieve. Integer indexes are zero-based, meaning the first element in the collection has index 0. A string index is valid only if the string is a name or identifier of at least one element in the document.

children:
Description

Retrieves only the direct descendants of an element. The elements contained in this collection are undefined if the child elements are overlapping tags. Similar to the all collection.

Syntax
object.children(index)



Parameter Description
object The document object.
(index) Optional. An integer or a string specifying the index value of the element to retrieve. Integer indexes are zero-based, meaning the first element in the collection has index 0. A string index is valid only if the string is a name or identifier of at least one element in the document.

Suerte
  #3 (permalink)  
Antiguo 20/01/2003, 08:40
 
Fecha de Ingreso: enero-2002
Mensajes: 838
Antigüedad: 22 años, 3 meses
Puntos: 1
pero...

sabes como lo puedo usar?

no tengo ni idea.

lo necesito para pasar informacion de un iframe con un formulario pero sin submit, mediante el submit de la pagina inicial.

un saludo


gracias
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 03:20.