|
|
Feedback on: irt.org FAQ Knowledge Base Q1739
irt.org | About | Feedback | 3601 [ previous next ] Feedback on: Sent by Worth: Length: Comments: The way you do it dynamically in script for NN4 is by setting the document.height property. In your example, assign the sum of pageY and clip.height of the layer to document.height. Here's the code that gives full scrolling. <html> <head> <title>Too long, or not long enough?</title> <script language="javascript1.2"></script> </head> <body> <form name="fillForm"> <div id="dynamicDiv" style="position: absolute;"></div> </body> </html> Other feedback on 'irt.org FAQ Knowledge Base Q1739' - show all
|
-- div -->
|