0
How to create a custom JavaScript page reload
I want to create a custom page reloader which reload the page when user input the time in seconds in the textbox
3 Réponses
+ 19
//code.....
location.reload();
//code.....
+ 3
make it an onclick button,
that triggers the function @ValentinHacker gave you.
0
I am telling to reload it by the user time input