Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Layer
Message
From
03/10/2000 11:13:27
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brazil
 
General information
Forum:
Internet
Category:
Javascript
Title:
Re: Layer
Miscellaneous
Thread ID:
00423822
Message ID:
00424088
Views:
22
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
Previous
Reply
Map
View

Click here to load this message in the networking platform