Hi
It's been a while since I asked a question and I've trolled many, many discussion groups and forums without success and I'm not sure that my problem has a solution but here goes.
I have a website which is hosted (successfully) on my own machine at home, it uses IIS7; classic ASP; activeX DLLs and an Access 2007 database. The website has an administration entrance where all the maintenance happens. I am transferring all the admin tasks from the Access DB to the Admin pages where most options are working OK.
The website sends eMail to members once or twice a week using CDOSYS in the DLL, currently the Access DB form displays the progress showing the detail of who is currently being mailed, how many are remaining and a visual progress bar and When all mails are sent the form closes.
I can reproduce the progress bar with CSS (although non moving at the moment) mail details etc and the code in the DLL to make it happen. The question is this:-
How can I call the ASP page recursively before or after each mail has been sent. The DLL code I have will either send one or all emails, and if I send say 200 mails this leaves the webpage blank for three or four minutes until the DLL function returns, up until that point, I do not know what is happening.
Any help would be appreciated.
It's been a while since I asked a question and I've trolled many, many discussion groups and forums without success and I'm not sure that my problem has a solution but here goes.
I have a website which is hosted (successfully) on my own machine at home, it uses IIS7; classic ASP; activeX DLLs and an Access 2007 database. The website has an administration entrance where all the maintenance happens. I am transferring all the admin tasks from the Access DB to the Admin pages where most options are working OK.
The website sends eMail to members once or twice a week using CDOSYS in the DLL, currently the Access DB form displays the progress showing the detail of who is currently being mailed, how many are remaining and a visual progress bar and When all mails are sent the form closes.
I can reproduce the progress bar with CSS (although non moving at the moment) mail details etc and the code in the DLL to make it happen. The question is this:-
How can I call the ASP page recursively before or after each mail has been sent. The DLL code I have will either send one or all emails, and if I send say 200 mails this leaves the webpage blank for three or four minutes until the DLL function returns, up until that point, I do not know what is happening.
Any help would be appreciated.
Comment