does any one know a way that i can have my page start out scrolled to the bottom when it loads?
thanks
-Nate
Printable View
does any one know a way that i can have my page start out scrolled to the bottom when it loads?
thanks
-Nate
I don't know if this helps
and putting <a name="bottom"></a> at the bottom.Code:<script language="javascript">
window.onload=function(){
location="#bottom"
}
</script>
That's an emty tag he'd be using. Just give something else that name attribute, make it the last tag before </body>