Forum Moderators: phranque

Message Too Old, No Replies

Page load part way down

         

djtaverner

4:02 pm on May 6, 2004 (gmt 0)

10+ Year Member



Is there any way so that a page will load half way down (or a certain amount down)?

This needs to also happen when the site link is clicked on from search engines?

Cheers
Dave

Robino

4:06 pm on May 6, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




Bookmarks/Named Anchors?

djtaverner

9:22 am on May 7, 2004 (gmt 0)

10+ Year Member



I know how to use internal links to load pages half way down by:

<a href="mypage.htm#bottom">

but this doesn't work when the page loads from a search engine.

How do I make the page load from external site (search engine) part way down the vertical scroll?

Cheers

Dave

TheDoctor

8:24 pm on May 9, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



mod_rewrite?

You can use mod_rewrite to test if the request came from your site, and, if it didn't, replace


http;//www.widgets.com/mypage.htm
with

http;//www.widgets.com/mypage.htm#bottom

I'm not a mod-rewrite expert, so someone else will have to provide you with the code. But I know enough to be able say it will definitely work.

(But not much help, of course, if you're not not running under Apache :))

robert adams

6:59 am on May 10, 2004 (gmt 0)

10+ Year Member



what is the point? the search engine doesn't load the page, it just reads it, all of it.

robert