i have an html file that has a clickable content
<tr onclick="callfn('Afile.jsp?param1=<%= value1%>');" id="contenttr">
where callfn is a function in a javascript file that loads images.
since this function takes time, i have to display a progress bar during the load.
Is it possible for me to add the progress bar tag for the same?
if so how can i do it?
Help!! 🙁
i couldnt work with the progress element, so ended up using the gif image to show the progress bar
http://ajaxload.info/
helped me to get a good gif image