Hi All,
I need to display a image on page load , but it is not displaying
In my jsp page i am calling a method which do some processing (it is taking long to do the process) and after calling the method i am sending the request to another jsp page using request dispatcher (I feel this is not allowing java script function on <body onLoad>)
Please answer me with possible solution as it is urgent.