Home
About
Contact
HOME
HTML
CSS
JavaScript
C
C++
Java
Python
MySQL
Tips & Tricks
Web Design
Home
Javascript
Go Back Button In Using Javascript
Go Back Button In Using Javascript
Kahnu044
September 12, 2020
<div class="catRow" style="cursor:pointer">
<a onclick="goBack()">Go Back</a>
</div>
<
button
onclick
="goBack()"
>
Go Back
<
/button
>
<script>
function goBack() {
window.history.back();
}
</script>
Post a Comment
0 Comments
Search This Blog
Labels
Php
41
Web Design
37
CSS
23
HTML
22
Javascript
15
Tips & Tricks
15
MySQL
9
Java
8
Python
6
linux
6
Other
4
git
3
kali linux
3
laravel
3
sailsjs
3
wordpress
3
cmd
2
cpanel
2
firebase
2
node
2
react
2
xampp
2
C
1
C++
1
Django
1
Jquery
1
apache2
1
cloudflare
1
codeigniter
1
domain
1
github
1
hosting
1
mysql stopped
1
postgres
1
sbi
1
ssh
1
tailwind
1
tech
1
ubuntu
1
ubutnu
1
wifi
1
windows
1
windows 10
1
windows 11
1
Popular Posts
python print 2nd highest value in dictionary
April 24, 2022
Push an existing repo in github
February 07, 2022
How to install Google Chrome Browser on Kali Linux
July 19, 2022
0 Comments