Jalankan fungsi JavaScript saat memuat halaman

window.onload = function() {
  yourFunction(param1, param2);
};
Master Aniket