|
-
May 21st, 2001, 07:09 AM
#1
Thread Starter
Hyperactive Member
global.asa
Hi,
Im working on sending emails from ASP. I have the list of email addresses in a table. I have to query the database to get the list of email addresses and then send the mails. My question is how do i automate this process?? one way is to use the
Code:
<meta http-equiv="refresh" content="60">
to refresh my page.( this will refresh the page every 1 min.)
but is this possible in global.asa?? if not, is there any way of a similar process using the global.asa???
thanx a ton!
-
May 21st, 2001, 08:35 AM
#2
No its not. It would also be a bad idea if you could becuase it would start a new session every minute.
-
May 21st, 2001, 10:49 PM
#3
Thread Starter
Hyperactive Member
ok, then is there a way to repeat the code after a particular interval of time? in vbscript i can use the
window.settimeout statement
to repeat my code...what about in ASP? is there amy way??
thanx.
-
May 22nd, 2001, 06:56 PM
#4
Frenzied Member
Whatever it is it will have to be client-side if you want the page to refresh. The client has to request the page form the server, the server can't just force the client to refresh.
Maybe you should just serve a page with the meta tags you showed.
Harry.
"From one thing, know ten thousand things."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|