Results 1 to 12 of 12
Related
-
Load page into HTML element Forum: Javascript Forum
Replies: 1 -
How to make a page open at the bottom after refreshing. Forum: HTML Forum
Replies: 9 -
how do i command a button to load a page in a certain frame? Forum: HTML Forum
Replies: 2 -
redirect a page to the bottom of the same page Forum: HTML Forum
Replies: 5 -
how to make the scroll bar stay at the bottom? Forum: HTML Forum
Replies: 2
-
04-19-2009, 10:59 AM #1
How to make the page load at the bottom?
i need a code that will automatically scroll the page (or load it frist) from the bottom not displaying the content on the top. anyone?
-
04-19-2009, 11:56 AM #2
Re: How to make the page load at the bottom?
Your link would read
Code:<a href="http://www.mywebsite.com/index.html#bottom"> go to bottom of page</a>
Code:<a name="bottom">bottom</a>
-
04-19-2009, 12:31 PM #3
Re: How to make the page load at the bottom?
you mean i should add the 2nd code line to the bottom of my html code and whe i do to the site i type:
http://www.mywebsite.com/index.html#bottom?
cuz i don't see where i can enter the first code u gave me..
-
04-19-2009, 12:50 PM #4
Re: How to make the page load at the bottom?
Thhe first part is the actual link which will take you to the bottom(or whereever you put the second code).
-
04-19-2009, 04:13 PM #5
Re: How to make the page load at the bottom?
I don't want a link to take me to the bottom of the page.. i want that when i enter the url in the browser the page will directly load and scroll to the bottom..
does the code u gave do that? cuz i tried ad it doesn't seem like it
-
04-19-2009, 04:19 PM #6
Re: How to make the page load at the bottom?
Is this what you are lookig for?
http://www.velocityreviews.com/forums/t157017-how-do-i-refresh-a-page-automatically.html
-
04-19-2009, 04:25 PM #7
Re: How to make the page load at the bottom?
this way the the page scrolls down after the auto refresh.. is there a way to make the page load straight away when the url is entered from the bottom? as in scrolled the whole way down..?
-
04-20-2009, 07:37 AM #8
Re: How to make the page load at the bottom?
Anybody else have a suggestion?
-
04-21-2009, 09:26 AM #9
Re: How to make the page load at the bottom?
Try this.
-
04-22-2009, 01:14 PM #10
Re: How to make the page load at the bottom?
yup exactly what i needed.
thank you very much jthayne
-
10-07-2009, 06:58 PM #11
Re: How to make the page load at the bottom?
This is simple html is what I was looking for. Only one problem I am having . . It works with this html link in FF, but not in IE8. Any suggestions? I do want it in an html link to the page. Not as the script you linked to that will always open the page at the bottom . . . Thanks.
-
10-07-2009, 08:04 PM #12
Re: How to make the page load at the bottom?
Oh My!,
I have it now. I put a bookmark script on my test page and used the url of the page plus the # sign and the <a= name. Then bookmarked it and whoohoo the book mark went right to the correct place on the page! Tried it in FoxFire and IE8. Wondering if it will work on a MAC? Anybody using a MAC want to try it out for me? The test page url is http://butterflips.com/jumpLink.html thanks again
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum