0
How to reload the site in php using button and javascript onclick='location.reload'? It just get blank after i use this.
Php js reload
2 Respuestas
0
onclick="location.reload()"
reload is a method of the location object and as such needs ().
Php js reload