Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Layer
Message
De
03/10/2000 11:13:27
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brésil
 
Information générale
Forum:
Internet
Catégorie:
Javascript
Titre:
Re: Layer
Divers
Thread ID:
00423822
Message ID:
00424088
Vues:
21
Dear Jeff, Robert and Thomas

I'm needing discover the height of a layer

i have the follow Function to do this

if (document.layers)
AlturaArea1=document.layers['Area1'].document.height;
else if (document.all)
AlturaArea1=document.all['Area1'].clientHeight;


I can't use the TAG DIV, becouse i have problems with layout, but if i use the tag div i get the layer "Area1", i already used area1.height, but i always have the same value of the height.

I hope that you can understand me

Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform