This works in all browsers:
window.location.href = '...';
If you wanted to change the page without it reflecting in the browser back history, you can do:
window.location.replace('...');
Related Posts:
- Is it possible to sandbox JavaScript running in the browser?
- Why doesn’t JavaScript support multithreading?
- How to get scrollbar position with Javascript?
- How can I stop the browser back button using JavaScript?
- Script to Automatically Advance to the Next Page of a Paginated Post
- Sliding pages + wordpress [closed]
- Google reCAPTCHA V3.0 not working. “ERROR for site owner: Invalid key type”
- Javascript split regex question
- Find object by id in an array of JavaScript objects
- Cannot set property InnerHTML of null [duplicate]
- How can I submit a form using JavaScript?
- How to set NODE_ENV to production/development in OS X
- How fix ‘Failed to load resource: the server responded with a status of 403’?
- How do I empty an array in JavaScript?
- JavaScript TypeError: Cannot read property ‘style’ of null
- JavaScript string newline character?
- How to create a GUID / UUID
- React-Router only one child
- What is the most efficient way to deep clone an object in JavaScript?
- How to quickly test some javascript code?
- getElementById returns null?
- How to compare arrays in JavaScript?
- Rock, Paper, Scissors in JavaScript
- Mouseover & Mouseout w/ Javascript
- Most efficient way to convert an HTMLCollection to an Array
- React Uncaught Error: Target container is not a DOM element [duplicate]
- document.getElementByID is not a function
- No overload matches this call. Type ‘string’ is not assignable to type ‘Signals’
- What is the difference between node.js and io.js?
- module.exports vs exports in Node.js
- What does ‘:’ (colon) do in JavaScript?
- JavaScript getElementByID() not working
- How to send an email from JavaScript
- How can I check if an element exists in the visible DOM?
- XMLHttpRequest status 0 (responseText is empty)
- What is the meaning of || in javascript?
- Coin toss with JavaScript and HTML
- Does JavaScript support array/list comprehensions like Python?
- Play an audio file using jQuery when a button is clicked
- How to define Global Arrays?
- JavaScript post request like a form submit
- Is there a simple way to create a javascript lookup table?
- Disable Chrome strict MIME type checking
- Why am I getting “ReferenceError: getElementById is not defined”?
- Uncaught Invariant Violation: Rendered more hooks than during the previous render
- Get cookie by name
- jQuery equivalent of querySelector
- document.getElementById().value doesn’t set the value
- How to remove part of a string?
- How to run a function when the page is loaded?
- Convert normal date to unix timestamp
- jQuery replace one class with another
- Clearing my form inputs after submission
- Scope Chain in Javascript
- Changing the image source using jQuery
- Reload an iframe with jQuery
- jQuery scrollTop() method not working
- FormData append not working
- How to convert binary string to decimal?
- Set CSS property in JavaScript?
- how to write javascript code inside php
- javascript convert int to float
- Uncaught TypeError: Cannot read property ‘toLowerCase’ of undefined
- How do I convert a JavaScript forEach loop/function to CoffeeScript
- JSLint is suddenly reporting: Use the function form of “use strict”
- How do I install Angular 2 using NPM?
- Detecting a mobile browser
- jQuery .animate() not working
- how to add inside a text box?
- is it posible to add anime.js in WordPress
- Is it possible to enqueue the Youtube API script or does it have to be inline?
- What type of template are WP media-modal’s templates?
- Correctly handling WordPress core data retrieval in Gutenberg
- Javascript not included
- Gutenberg RichText
- How to use wp.hooks.addAction() in React JS/Gutenberg?
- Sending custom data with Media Frame Model
- Accessing customizer values in javascript
- How do display simple page for printing product info? [closed]
- Unwanted line break before
- What is the “proper” way to generate a javascript variable depending on a custom field value?
- How to retrieve data from database, then pass it to Javascript?
- Weird links found in wordpress footer
- Looping over wordpress meta to create “ ‘s?
- Adding inline JavaScript after wp_enqueue_scripts
- Install GTM in pure javascript through functions.php
- Add script to page at certain location in wordpress
- how to let users upload their custom cover image
- how to use nimble-API and Display data?
- How do you create your own link preview for my website?
- Can’t get rid of JQMIGRATE: Migrate is installed, version 3.3.2. Manually updated all the libralies and site. 5.8.2
- How to correctly load this jquery script through the file functions.php?
- Create new product with woocommerce REST API with javascript (clientside)?
- javascript errors on mobile browser, not on desktop
- can’t add EVENT LISTENER to a element
- Javascript file not included only on home page
- Get current day using javascript [closed]
- dropdown does not work [closed]
- Anyway to disable the auto excerpt creation?
- Uncaught ReferenceError: tippy is not defined