Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adjusting window width to table width
Message
De
06/08/2001 10:16:13
 
 
Information générale
Forum:
Internet
Catégorie:
Javascript
Divers
Thread ID:
00538712
Message ID:
00540140
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform