Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Back Buttons

Status
Not open for further replies.

Rafty

Programmer
Jun 10, 2002
14
AU
Hi all,
Just a quick questions, i want to create a back button on my pages for fp 2000. All I can find is the following html but it's for fp 98.

<form><input type=&quot;button&quot; value=&quot;back&quot;

onclick=&quot;history.go(-1)&quot;></form>

also where do I put it???

Thanks Beckie
 
Hi Becky,

The usual way within FP would be to use one of the predefined navigation bars for home/back/next/etc

You insert these as an FP component, and can define the button styles & mouseovers via themes as normal. Jonathan Challis
IT Manager
 
Your html would still work as well I believe - just drop the <form> tags and drop it into the relevant part of the page. Jonathan Challis
IT Manager
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top