Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of refreshing the page by JavaScript

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

Today, the editor will share with you the relevant knowledge points about the method of JavaScript page refresh. The content is detailed and the logic is clear. I believe most people still know too much about this, so share this article for your reference. I hope you can get something after reading this article. Let's take a look at it.

JavaScript page refresh methods: 1, through the reload () method to refresh the current document; 2, through the replace () method to replace the current document with a new document.

This article operating environment: windows7 system, javascript1.8.5 version, Dell G3 computer.

How to refresh the page in JavaScript?

Js refreshes the current page

How to refresh the current page by js:

Method 1:reload () method

The reload () method is used to refresh the current document.

The reload () method is similar to the refresh page button on your browser.

Location.reload ()

Method 2:replace () method

The replace () method replaces the current document with a new document.

Novice tutorial (runoob.com) function replaceDoc () {_ window.location.replace ("http://www.runoob.com")}

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report