Results 1 to 3 of 3

Thread: scroll page to bottom

  1. #1

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    scroll page to bottom

    does any one know a way that i can have my page start out scrolled to the bottom when it loads?
    thanks
    -Nate

  2. #2
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552
    I don't know if this helps
    Code:
    <script language="javascript">
    window.onload=function(){
    	location="#bottom"
    }
    </script>
    and putting <a name="bottom"></a> at the bottom.

  3. #3
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090
    That's an emty tag he'd be using. Just give something else that name attribute, make it the last tag before </body>
    Have I helped you? Please Rate my posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width