Snippets tagged “navigation-test”
3 snippets use this tag.
- How to Redirect a Web Page with JavaScriptJavaScript
To redirect a URL page with Javascript you need to set the window.location object. Learn how to do it.
- How to Reload a Page using JavaScriptJavaScript
Read the tutorial and learn information about the method of reloading a page using JavaScript. Also, learn how to make the page be loaded automatically.
- How to Scroll to the Top of the Page Using JavaScriptJavaScript
Read this tutorial and find useful information about the simplest native JavaScript method and its parameters to make the page jump on the top instantly.