force a div tag scroll bar to scroll

wxdqz

New Member
Hi all,

I have the following div tag:

<div id='divTag' style="overflow: auto; height:'100%'; ">

How can I force the scroll bar to scroll down to the bottom of the div area on page load? I have code to determine if the scrollbar is present, now I just need to make it scroll!

Many thanks,
Rachel
 
Back
Top