html button onclick not refresh page code example
Example: autoclick button if refresh page html
window.onload=function(){
document.getElementById("linkid").click();
};
window.onload=function(){
document.getElementById("linkid").click();
};