Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Open websites in script

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

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Open websites in script
  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 >>
 Open websites in script - 8/29/2005 6:09:35 PM   
  bertcox

 

Posts: 2
Score: 0
Joined: 8/29/2005
Status: offline
Hello,

I want to create a script to open certain websites. i mean that i click the script and for example my 5 favorite website open automatically.
Is this possible? It's very hard to find on the internet (or i'm searching with the wrong keywords).

Thx in advance! 
 
 
Post #: 1
 
 RE: Open websites in script - 8/29/2005 10:20:37 PM   
  Zifter


Posts: 318
Score: 0
Joined: 1/5/2005
From: Belgium
Status: offline
The following example should get you started:




Option Explicit

Dim objIE

Set objIE = CreateObject("InternetExplorer.Application")

objIE.visible = True
objIE.Navigate("www.visualbasicscript.com")

Set objIE = Nothing



HTH

(in reply to bertcox)
 
 
Post #: 2
 
 RE: Open websites in script - 8/29/2005 10:26:50 PM   
  bertcox

 

Posts: 2
Score: 0
Joined: 8/29/2005
Status: offline
Ok bedankt, dat helpt me al heel wat vooruit!!

(in reply to Zifter)
 
 
Post #: 3
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Open websites in script 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