I have a number of ASP form pages. The user selects some options and the form action page processes the input. However, some of this processing is complex and takes some time.
I would like to be able to display a message to the user while this processing is going on - something along the lines of: input is being processed, please be patient. Then when the page has completed processing, the message disappears.
Any suggestions on how I can do this. i have been trying pop-up windows and response.flush but I haven't been able to get a good solution yet. Mise Le Meas,
Mighty
I would like to be able to display a message to the user while this processing is going on - something along the lines of: input is being processed, please be patient. Then when the page has completed processing, the message disappears.
Any suggestions on how I can do this. i have been trying pop-up windows and response.flush but I haven't been able to get a good solution yet. Mise Le Meas,
Mighty