to home page

BWRS
SEARCH

HOMETUTORIALSLINKSFORUMGLOSSARYNEWS
 
COOL TIPS >
BACK BUTTON    

How to Create a Back Button on your webpage


One of the problems with HTML is that there is no direct provision for a back button on a webpage which would take you back to whatever was the last page that you were on

Luckily for IE3 and Netscape v3 or higher browsers you can use a little Javascript

<a href = "javascript:history.back();">go back</a>

will create this

go back

this can obviously be adapted to include images like this

With Frontpage Express create a link as normal using text or image. Select properties and make sure your link is set as [other] then add in the URL: box

javascript:history.back();

With composer create a link as normal and plae the above line in the Link to a page location.... box

 

back to How to
BACK TO INDEX
Back to top