In article <bs**********@s0b1a68.ssa.gov>, "Mel" <me*@redolive.com> writes:
how can i ask my frame to scroll to bottom, upon realoding a huge page ?
Put an anchor at the bottom of the page and onload of the page, set the
document.location.hash property to the anchor.
<body onload="document.location.hash='anchorName'">
--
Randy