It seems that there are many situations in which "response.flush" does not cause the buffered content to be immediately displayed (due to the way the browser handles the content, probably).<br><br>Does anyone know what the specifics are of when a browser will/will not display the contents?<br><br>Is it really a browser issue, or are there situations in which response.flush just doesn't cause the content to be sent?<br><br>Anyone know of a reliable way to "force" response.flush to have the desired effect?<br><br>One specific situation I have is that, apparently, once I call a function, response.flush doesn't seem to cause content to be displayed (even if I make sure to add opening and closing HTML tags).<br><br>Anyone have any ideas about this?