+ 7
How to function a refresh button in a webpage??
3 Respuestas
+ 3
I am just a beginner and as i know to reload page using javascript we use this code sorry if any mistake
<script>
location.reload();
</script>
<script>
<button onclick="location.reload();">Refresh Page</button>
</script>
+ 6
@Y.K
Thanks bro
☺️☺️
0
How to refresh a particular HTML element and also refresh php script in side particular element.
Using JavaScript?