Monday, April 6, 2020

Back button

Creating a generic Back link button on each page

<input type= 'button' onclick='javascript:history.back();return false;' value='Back'>

source: https://stackoverflow.com/questions/8814472/how-to-make-an-html-back-link/61060762#61060762


No comments:

Post a Comment

Python script to show Laptop Battery Percentage

Source:  https://www.geeksforgeeks.org/python-script-to-show-laptop-battery-percentage/ # python script showing battery details  import psut...