This is a discussion on "Help can't find solution" within the Web Page Design section. This forum, and the thread "Help can't find solution are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Help can't find solution
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Help can't find solution
I have a Real Estate site. On my listing pages I have a list of photo/text links going to each property listing.
The problem is that when someone clicks a link and then returns back to the page with all the links, they go back to the beginning of the page not the point they clicked on. What do I need to do so that people returning from a listing return to the same point of the page that they clicked on( IE the 10th propery listing on the page? The site is www.costaricarealtyone.com The return page would be /gallery2.htm Thanks in advance for your help Last edited by bcwups; Nov 30th, 2007 at 17:14. Reason: more detail |
|
|
|
#2
|
|||
|
|||
|
Re: Help can't find solution
something like this might do it
|
|
#3
|
||||
|
||||
|
Re: Help can't find solution
You can do this by using a server side language. Before you go WHAT?! let me explain a HTML only way.
Anchors. These are positions in HTML that you specify. FE- mypage.com#1 This will make the page go to the anchor named 1. So on your listings each listing would need an anchor. To code an anchor you do this:
To use server side code you'd take all those pages you made and end up with only 2. One page would display all your listings, the other page would display whatever was clicked. It would save you a LOT of work to learn PHP or ASP to do this. This is some very basic stuff that you could learn and make it even easier for you to maintain.
Last Blog Entry: Happy Holidays - A Non Offensive way to say Merry Christmas? WRONG! (Dec 11th, 2007)
Last edited by JustinStudios; Nov 30th, 2007 at 18:52. Reason: Typo |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Drop-down menu solution? | Sanehouse | Web Page Design | 10 | May 2nd, 2008 11:02 |
| Need internet marketing solution? | hretlin | PHP Forum | 1 | Mar 8th, 2008 07:17 |
| Slicker solution? | thriftyspider | Classic ASP | 2 | Aug 8th, 2007 15:22 |
| Can't think of a solution!! | snowangel | PHP Forum | 3 | Mar 12th, 2006 21:20 |
| New Member, looking for a web solution | timthompson | Job Opportunities | 2 | Feb 26th, 2006 07:36 |