autoRefresh
i have a problem regarding autoRefresh of a jsp page .the problem is that i'am unable to find the way to refresh the jsp page automatically here iam using sleep method.but it effecting the page when it is opened
,when i'am using META tag the whole page is refreshing i want only to refresh the frame so please if there are anybody who can guide me the problem in solving the autoRefreh problem by giving procedure/sourcecode .i'am struggling with this problem
thanking you in advance.........
[516 byte] By [
jameela] at [2007-10-3 2:28:06]

You say "frame" and page in the same sentence. Are you using frames with a <frameset> tag? If so then you could refresh just the one "page" by placing a meta tag in that page.
If you mean something different by "frame", then please explain. Maybe you mean a <table> or <div> or something.
To refresh only a portion of a "page" (a single HTML document) you're going to have to include a little javascript and Ajax.
Before anyone can provide any code, we're going to have to understand a little better what it is you're trying to do.