Hi,
I could not print out some HTML output to the browser before calling a vortex function that takes a long time..as I need to show up some page contents while the user is waiting for the process....
I tried to use the flush method,, but nothing happened...
here is a snippet of my script:
<!------------------------------------------------->
<!------ Some HTML tags here-------->
<flush>
<!--------Here I call a slow process----------->
<!--------Some output that show up weather the process has been faild or not.-------------->
<!------------------------------------------------->
..thanks,
Tamer
I could not print out some HTML output to the browser before calling a vortex function that takes a long time..as I need to show up some page contents while the user is waiting for the process....
I tried to use the flush method,, but nothing happened...
here is a snippet of my script:
<!------------------------------------------------->
<!------ Some HTML tags here-------->
<flush>
<!--------Here I call a slow process----------->
<!--------Some output that show up weather the process has been faild or not.-------------->
<!------------------------------------------------->
..thanks,
Tamer