Hmmm
I suppose you could
write out some good looking stuff
and then
do processing
<script language="javascript">
document.getElementById("progBar1").width=200
</script>
do some more processing
<script language="javascript">
document.getElementById("progBar1").width=300
</script>
etc
where element id="progBar" is a coloured gif
The key thing is that the browser must *not* be in a table - otherwise
it will be waiting on the closing </table> before rendering any of it
Maybe put that stuff at the end just before the </body>
and then you can finish off with a
document.location="donePage.csp"
!!:}
What happens if they click the close x or back button though
it must be possible though - expedia do it
Peter
On Fri, 6 Aug 2004 13:15:33 +0100, kevin furze <[EMAIL PROTECTED]>
wrote:
>I wonder if you can use some .InnerHTML construct here ?
>
>
>kev