autoclick button if refresh page html

79

autoclick button if refresh page html -

window.onload=function(){
  document.getElementById("linkid").click();
};

Comments

Submit
0 Comments