Posts by Vinicius Burgos • 1 point
1 post
-
-1
votes3
answers3786
viewsA: Click on a button on a web page automatically
Wouldn’t it be more practical to do something like: window.onload = Function() { Document.getElementById("id_do_button"). click(); };
javascriptanswered Vinicius Burgos 1