qberta01
Programmer
- Nov 14, 2005
- 113
Hello,
If I have 2 ASP pages:
Main.asp
process.asp
Here is the process:
1. Click button on Main.asp
2. Execute VB6 exe on process.asp (long task).
3. The vb6 executable in turn updates a status field in
a SQL table.
4. Refresh main.asp through code in order to check that
status field.
I have used a different technique to get what I want, but
since I was "directed" to do it as outlined in the process I was wondering if it's possible to refresh a page as it's being posted? It didn't seem to work for me, but maybe I
missed a step.
Thx in advance,
Q
If I have 2 ASP pages:
Main.asp
process.asp
Here is the process:
1. Click button on Main.asp
2. Execute VB6 exe on process.asp (long task).
3. The vb6 executable in turn updates a status field in
a SQL table.
4. Refresh main.asp through code in order to check that
status field.
I have used a different technique to get what I want, but
since I was "directed" to do it as outlined in the process I was wondering if it's possible to refresh a page as it's being posted? It didn't seem to work for me, but maybe I
missed a step.
Thx in advance,
Q