Hi, I want to display alert message on client side as soon as window loads. Please help, its urgent. Waiting for working solution.
another way to call the function on body load,
for example
You can display alert box on window load event.
window.onload = function () { alert('Welcome!'); }