Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adjusting window width to table width
Message
From
06/08/2001 10:16:13
 
 
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00538712
Message ID:
00540140
Views:
17
>There are several ways to access objects and their properties. There is a function that returns property value by property name. There are coillections of objects for document and for body. I guess the table object is defined inside of the body, so try to reference it from there.

This is what I finally came up with:
top.resizeTo(document.all.FournierTransformationList.clientWidth+12,
 document.all.FournierTransformationList.clientHeight+29);
>BTW, you can get width of tbale from the style also.

The width of the style is not the same as the width of the table.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform