Computer Science, asked by dipayandeb80, 3 months ago

how to make refresh button in js.​

Answers

Answered by farhan6478
0

Answer:

In JavaScript, you refresh the page using document. location. reload() . You can add the true keyword to force the reloaded page to come from the server (instead of cache).

Answered by rishabh2004
0

JavaScript Refresh Page: Main Tips

The location. reload() method reloads the current web page.

The method gives the exact same result as pressing the RELOAD button in your browser.

The JavaScript reload page method loads the page from the cache by default. ...

The JS reload page method does not have a return value.

Hope This Will Help

Please Mark Me As Brainliest.

Similar questions