H I O X INDIA
Javascript Tutorial
 INICIO ||  Scripts  ||  Tutorials  ||  Images  english  Français  中文  Deutsch 

Java-Script Tutorial
Introducción
Variables
Operadores
Declaraciones
Loops
Funciones
Objetos
Arrays
Navegador Objetos
Forma DOM
Pida su Dudas
Reacción



Documento de Propiedad y Método


Tema

Objeto de documento, las propiedades asociadas con ella!



Explicación
continuar ...
más propiedades que pueden ser utilizados con objeto de documento.
PropiedadDescripciónEjemplo
embeds Propiedad "embeds" is return an array containing all the plugins contained in the document. Para Obtener el código:
var dd = document.embeds;
alert(dd.length);

Test
fgColor Propiedad "fgColor" is used to set/get the foreground color attribute of body tag. Para Obtener el código:
var dd = document.fgColor;

Para configurar el código:
document.fgColor = "fefaaa";

Test
form Propiedad "form" is the object reference of a form object contained in the document.  
forms Propiedad "forms" is used to get an array of all the form objects in the document page. Para Obtener el código:
var dd = document.forms;
var length1 = dd.length;

Test
image Propiedad "image" is the object reference of an image object contained in the document.  
images Propiedad "images" is used to get an array of all the image objects in the document or web page. Para Obtener el código:
var dd = document.images;
var img = dd[0].width;

Test
link Propiedad "link" is the object reference of a link object contained in the document.  
links Propiedad "links" is used to get an array of all the link objects in the document or web page. Para Obtener el código:
var dd = document.links;
var link1 = dd[0];

Test
más propiedades en la página siguiente .....




        “Javascript (JS) es uno de los lenguajes más utilizados en todo el mundo. Algunas veces se lo denomina también Java Script. Espero que Usted disfrute este tutorial. Envíeme sus sugestiones o consultas sobre este tutorial de javascript o java script. El contenido de este tutorial posee derechos registrados.”

privacy policy     license    
© 2004-2005 HIOX INDIA - hioxindia.com

Otros enlaces