0
I created a back button but I don't know how to make it go back
3 Answers
+ 2
Post your code for us to review. Don't assume that we are aware of the context, always be elaborate while asking help. You will find help ASAP
+ 1
HTML
<input type="button" value="Back" onCLick="history.back()">
0
Problem unclear