free flash templates
free flash templates menu free css & photoshop templates menu free flash animation

PDA

View Full Version : [SOLVED] Want to use the "Back" button and not return to the index


JWaitman
05-15-2010, 07:35 PM
Template #9- In our site http://www.templebaptistmarshfield.org/, which is a church website, we have a Missions page (_missions.htm) that is accessed by a link within the Ministries page (that has a "Ministries" button.)

How can the user stay on the Missions "page" when they are accessing links on and within the Missions page, use the "back" button in either IE or Firefox, and stay in on the Missions page and not be taken all the way back to the index (Main page).

In short, would like to use the "back" button and go back one "page" but not all the way back to the index. Thank you in advance for any assistance.

freenicetemplates
05-17-2010, 02:08 PM
Hi,
The best way to do that is add your own back button or back link using this method :
http://forum.freenicetemplates.com/showpost.php?p=942&postcount=8


Example :
<a href="javascript:showPage('_ministries.htm);"><img src="back_image.gif"></a>
or
<a href="javascript:showPage('_ministries.htm);">BACK</a>

You can add this link or button on top or the bottom of the page.