C
|
cristi 10/21/2015 |
You can use something like this. |
![]() |
Admin 10/21/2015 |
The simplest approach is to use alert() function in events like ClientBefore or ClientAfter: alert("Processing Complete, Press OK to continue.");
|
S
|
stevelewis author 10/21/2015 |
Thank you for your suggestions. I'll start simple with the "alert message" and then I'll try the fancier solution if I can figure out where to put the downloaded files. |
C
|
cristi 10/22/2015 |
I'll try the fancier solution if I can figure out where to put the downloaded files.
|
J
|
John 10/26/2015 |
Cristi: |