Adding a Back button to your Web pages with FrontPage

 

FrontPage's navigation bars frequently include a Back button, but you can create your own if you'd prefer. To do so in FrontPage 98, choose Insert | FrontPage Component in the Editor. A dialog box will appear listing the available FrontPage components; choose Insert HTML and click OK. In the next dialog box, type

<form><input type="button" value="back" onclick="history.go(-1)"></form> (In FrontPage 2000, accessing the HTML dialog box is even easier. Just choose Insert | Advanced | HTML.) Now, close the dialog box and preview the page. You'll find a fully-functioning Back button on the page.

 

Frontpage Index

Main Index

Search RD Techbase