How to call a JavaScript function from PHP?
The followi
try like this
window.onload = function() { yourJavascriptFunction(param1, param2); }; "; ?>