Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


get a webpage with vbs

 
Logged in as: Guest
arrSession:exec spGetSession 2,16,31211
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> Post a VBScript >> get a webpage with vbs
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 get a webpage with vbs - 2/17/2006 3:00:23 AM   
  kirrilian


Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
get an authenticated webpage with vbs


getURL"un", "pw","http://yoursite.com/path/to/file.txt"

Sub getFTP(un,pw,url)
   WScript.Echo url
   Set objHTTP = CreateObject("MSXML2.XMLHTTP")
   WScript.Echo "********** start **************"
   Call objHTTP.Open("GET", url, False,un,pw)
   objHTTP.Send
   WScript.Echo(objHTTP.ResponseText)
   WScript.Echo "********** End **************"
    'objHTTP = Nothing
End Sub

thanks to skione for the tip on the authenticated part

_____________________________

Have you searched here ?
VBScript Fundamentals
My Site
 
 
Post #: 1
 
 RE: get a webpage with vbs - 10/12/2006 8:46:20 PM   
  est

 

Posts: 39
Score: 0
Joined: 10/12/2006
Status: offline
Thanks for the code. And i bet there is a coding bug in your script. Try this 'famous' iGet.vbs


      

Usage: cscript iGet.vbs url file

_____________________________

Do NOT program in a programmer's way

(in reply to kirrilian)
 
 
Post #: 2
 
 RE: get a webpage with vbs - 10/19/2006 8:58:39 AM   
  Fredledingue


Posts: 337
Score: 0
Joined: 5/9/2005
From:
Status: offline
Purpose: get Y!News without garbage


      

save that to pureyahoonews.html

_____________________________

Fred

(in reply to est)
 
 
Post #: 3
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> Post a VBScript >> get a webpage with vbs Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts