This tip was printed from the MalekTips Computer and Technology Help and Tips website at http://malektips.com.

Web Development - Misc. - Go Back One Page

If you believe that your website visitors have JavaScript enabled on the web browsers, you can implement a simple piece of code that will cause the browser to go back to the previous page. Insert the following code as a link.

<A HREF="JavaScript:history.back(1)">Back One Page</A>

Example: <html><A HREF="JavaScript:history.back(1)">Back One Page</A></html>

If the web browser is using JavaScript, clicking this link will cause the browser to return to the previous page.


 


Press the "print" button on your browser or select "File" - "Print" to print this tip. Then, return to Web Development - Misc. - Go Back One Page
 
Standard disclaimer applies - read http://malektips.com/disclaim.html.