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 :: random number between min and max script 
Javascript :: how to check for special characters in javascript 
Javascript :: js show span for 5 seconds 
Javascript :: npx create-react-app 
Javascript :: creat react app 
Javascript :: javascript get table row count 
Javascript :: how to extract domain name of url of current page in javascript 
Javascript :: integer to roman javascript 
Javascript :: pick a random element from an array javascript 
Javascript :: javascript get element width and height 
Javascript :: jquery set href of link 
Javascript :: discordjs 13 TypeError Valid intents must be provided for the Client. 
Javascript :: href back page javascript 
Javascript :: Setting a background Image With React Inline Styles 
Javascript :: jquery stoppropagation 
Javascript :: sleep in react 
Javascript :: react native scrollview horizontal 
Javascript :: get select2 selected value 
Javascript :: javascript close window after print 
Javascript :: __WEBPACK_IMPORTED_MODULE_0_react___default.a.createContext is not a function 
Javascript :: js for each character in string 
Javascript :: token invalid discord bot 
Javascript :: req.body is undefined 
Javascript :: how to remove a class in js after 100 milliseconds 
Javascript :: change attribute 
Javascript :: isoddjs 
Javascript :: delete first character javascript 
Javascript :: moment add 30 days 
Javascript :: How to find the max id in an array of objects in JavaScript 
Javascript :: where to add "type": "module" in the package.json 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =