Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

Creating an HTML Back button
(1 viewing) (1) Guest
All your queries regarding HTML will be solved in this forum
  • Page:
  • 1
TOPIC:

Creating an HTML Back button

Creating an HTML Back button 1 year, 5 months ago #367

  • kate
  • OFFLINE
  • Senior Boarder
  • Posts: 47
  • Karma: 0
How can i create an HTML Back button in HTML?

Re: Creating an HTML Back button 1 year, 5 months ago #381

  • shama
  • OFFLINE
  • Senior Boarder
  • Posts: 63
  • Karma: 0
You may find it more helpful to provide a back button for your users to allow them to go back where they originally came from. This will also make it easier to program your HTML pages.

Copy and paste the below source code.

<FORM><INPUT TYPE="button" VALUE="Back" on-Click="history.go(-1);return true;"> </FORM>

In the above code the -1 tells the browser to go back one page.
  • Page:
  • 1
Time to create page: 1.16 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download