Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Please Help Me Out


Message #1 by "Ameya Usgaonkar" <a2one@i...> on Mon, 18 Dec 2000 15:06:19 +0530
Its not terribly pretty, but it works....



Save the following code as a VBS file to run with the Windows Scripting
host.


'*******************************************************************

'Create an instance of IE
Dim IE
Set IE = CreateObject("InternetExplorer.Application")


'Execute Any URL (our asp file )
ie.navigate("http://208.179.124.191/test/hello.asp")


'Clean up...
Set IE = Nothing

'*******************************************************************


Then schedule this on an NT server or Workstation using the AT comand or the
scheduler (if you upgraded)


Hope this helps





-----Original Message-----
From: Ameya Usgaonkar [mailto:a2one@i...]
Sent: Monday, December 18, 2000 1:36 AM
To: professional vb
Subject: [pro_vb] Please Help Me Out


Hi Everybody,

I wish to send 2 html autoresponders after a period of say 15 days.
I have done the programming for my site in ASP. How can I solve my problem.
Please give me some solution.

Ameya



---
You are currently subscribed to pro_vb as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-pro_vb-$subst('Recip.MemberIDChar')@p2p.wrox.com

  Return to Index