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 y el método/ función asociada a ella!



Explicación
continuar ......
más de las características que se pueden utilizar con el documento objeto de obtener la cadena url, la página modificada tiempo, etc.
PropiedadDescripciónEjemplo
linkColor Propiedad "linkColor" is used to set/get value of link attribute of body tag. Para Obtener el código:
var dd = document.linkColor;

Para configurar el código:
document.linkColor = "afefaa";

Test
lastModified Propiedad "lastModified" is used to get the time at which the document or web page was last modified. Para Obtener el código:
var dd = document.lastModified;

Test
referrer Propiedad "referrer" is used to get the url or link of the referrer document or web page from which the user has reached this page. Para Obtener el código:
var dd = document.referrer;

Test
title Propiedad "title" is used to set or get title of the document using javascript. Para Obtener el código:
var dd = document.title;

Para configurar el código:
document.title = "test title";

Test
url Propiedad "url" is used to get the url string of current page or document. Para Obtener el código:
var dd = document.url;

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

Para configurar el código:
document.vlinkColor = "afafdd";

Test





        “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