I am using a div to initially fill a directory listing. Once I look at what files I want, I click on a javascript link and change the div height from the initial 600px to 200px.
This is my JS code which tries to change the height but it doesn't work:
PHP Code:
document.getElementById("directory_container").height = "100px";
How can I dynamically change my div height?
Thanks...
__________________
RalphF
Business Text Messaging Services
Please login or register to view this content. Registration is FREE
|