How to make a code, Every 15seconds, auto refresh the page and the variable xyz +1.
Recent Comments (5)
francisco | 2 years ago |
https://www.google.com/search?q=javascript+reload+page+after+seconds
https://www.google.com/search?q=javascript+retain+variable+on+page+refresh
| reply |
UnitedMuslim | 2 years ago |
| reply |
UnitedMuslim | 2 years ago |
<*!DOCTYPE html>
<*html>
<*head>
<*title>Page Title
<*meta http-equiv="refresh" content="10">
<*body>
<*h2>Welcome To GFG
<*p>The code will reload after 10s.<*/p>
<*/body>
<*/html>
Remove * in the code
| reply |



