How can I reload an HTML base web page only once? I am using history.go(0); with function onLoad in body tag but i want to run it only once. Please
history.go(0);
onLoad
Due to the if condition the page will reload only once. Hope this will help.