help on internet

Discussion in 'Software' started by JCDenton_4, Jul 11, 2006.

  1. JCDenton_4

    JCDenton_4 Private E-2

    im just wondering... is there a program i can download so that i could have a program run automated commands within a web browser? (i.e. open this page, click this link, do it once an hour even while im gone). i have basically no programming experience... any ideas?
     
  2. Mada_Milty

    Mada_Milty MajorGeek

    You can script internet explorer with VBScript.

    Code:
    option explicit
    
    dim o_ie
    
    set o_ie = CreateObject ("InternetExplorer.Application")
    
    o_ie.visible = true
    
    do until false = true
    o_ie.navigate "http://www.majorgeeks.com"
    do until o_ie.readystate = 4
    WScript.Sleep 100
    loop
    o_ie.navigate "about:blank"
    WScript.Sleep 3600000
    loop
    If you were to copy the above code into notepad and save as filename.vbs, you would have a script that launched internet explorer, made the window visible, browsed to www.majorgeeks.com, waited until it was loaded fully (checking once every 10th of a second), loaded a blank page, then reloaded majorgeeks again in an hour, until you killed the wscript.exe process. You can change the URL in the quotes to point to another webite.
     
  3. TheDoug

    TheDoug MajorGeek

    If you're just trying to keep your internet connection alive, there are apps to do that. Check out the Internet Tools section on the website.
     
  4. JCDenton_4

    JCDenton_4 Private E-2

    no, im mainly trying to do things for games that would help me do things that normally would take me an hour or so to go through.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds