Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

history back js

<a href="javascript: history.go(-1)">Go Back</a>

// or

<a href="##" onClick="history.go(-1); return false;">Go back</a> 
Comment

JS history back

history.go(-1)
/* or */
history.back()
Comment

PREVIOUS NEXT
Code Example
Javascript :: how to use custom stylesheets express node 
Javascript :: javascript infinite loop 
Javascript :: js check if two array have the same element 
Javascript :: Sort to reverse from an array in javascript 
Javascript :: console.log javascript 
Javascript :: string remove accents 
Javascript :: moment to date 
Javascript :: javascript convert string to number or integer 
Javascript :: committing parts of a file git 
Javascript :: javascript remove event listener 
Javascript :: what can i delete from create-react-app 
Javascript :: javascript execute string code 
Javascript :: select add option js 
Javascript :: how to add jquery in js file 
Javascript :: react router history push parameter 
Javascript :: javascript for loop infinite 
Javascript :: the submitted data was not a file. check the encoding type on the form django react 
Javascript :: js cookies 
Javascript :: random image and link js 
Javascript :: how to make required field in jquery false 
Javascript :: mongoose schema 
Javascript :: redirect with react router v6 
Javascript :: new nextjs project 
Javascript :: google oauth logout 
Javascript :: react hook toggle state 
Javascript :: generate random hex code 
Javascript :: snap to grid 
Javascript :: remove first and last character javascript 
Javascript :: roblox headshot image 
Javascript :: js check tab active 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =