esim03
02-15-2009, 07:57 PM
Hi,
Basically, what I'm trying to do is to have a portion of my page constantly update itself. More specifically, I'm going to have a bunch of JPEGs constantly being streamed in, so I have the client's browser refreshing itself - as a result, the whole browser has to update, too (the title updates, the refresh button gets pressed, the hourglass is always showing, etc.).
I have a servlet and I tried HTML with the meta-refresh tag, javascript, and then I tried frames, but no matter what I try the same annoying problem comes up.
Is there anyway to have a part of the page update itself without all of the above happening? (The images can't be preloaded). Thanks guys!
Basically, what I'm trying to do is to have a portion of my page constantly update itself. More specifically, I'm going to have a bunch of JPEGs constantly being streamed in, so I have the client's browser refreshing itself - as a result, the whole browser has to update, too (the title updates, the refresh button gets pressed, the hourglass is always showing, etc.).
I have a servlet and I tried HTML with the meta-refresh tag, javascript, and then I tried frames, but no matter what I try the same annoying problem comes up.
Is there anyway to have a part of the page update itself without all of the above happening? (The images can't be preloaded). Thanks guys!