Can I make a selective refresh of the contents in the JSP page?

Reaper

New Member
It seems to be weird but still :Is there any way I can make only the selective portion of the jsp page get refreshed ? Suppose :\[code\]<% response.setIntHeader("Refresh",1); // refresh at an interval of 1 second %><!-- Html5 snippet that plays a sound that lasts more than a second !--><% jsp code %>\[/code\]Now, I want when the page gets refreshed the audio clip starts from where it was left. Is that possible ? The clip's size is 2.4 MB ?
 
Back
Top