Search this site!

Return to the CSB Support home page
Link to return to Previous Page
Description:
Here's an easy way to provide a link back to the web page your visitor was on before they got to this current page.

Example: you have several pages of products on your web site, and on each page you provide a link to your FAQ page.  On the FAQ page you want to provide an easy way for your visitor to return to the product page that they just left.
How to use:
1. Copy and paste the following code into a 'Build your own web gem' (BYOWG):

<A HREF="javascript:history.back()">Click here to return</A>

2. You can, of course, edit the text 'Click here to return' to whatever you want it to say.

3. Save, publish and enjoy!

Note: you could use the Trellix pass-thru method and paste the code directly onto your Trellix page, such as:
< |   <a href="javascript: ... return</A>  | >

Changing the default font:

If you wish to change the font type and size associated with this code, add the following basic code and edit it as desired:

<font size="3"   face="Verdana,Arial"   color="#660099">
<A HREF="javascript:history.back()">Click here to return</A>
</font>

Example:
The link below will take you to the last web page you were at before coming to this page!

And here's how it looks if you decide to change the font size, type or color:

Download the code
right click on link, then click on 'Save target (or frame) as'
Other information:
For more information on this subject, go to:


Source code:
<A HREF="javascript:history.back()">Click here to return</A>

-or-

<font size="2"   face="Verdana,Arial"   color="#660099">
<A HREF="javascript:history.back()">Click here to return</A>
</font>