vbscript

Discussion in 'Programming' started by ssimon171078, Nov 17, 2014.

  1. #1
    i need to log in website freelancer with vbscript
    my code is :
    Dim shell
    Set shell = CreateObject("WScript.Shell")
    shell.Run """C:\Program Files\Internet Explorer\IExplore.exe""https://www.freelancer.com/"
     
    ssimon171078, Nov 17, 2014 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,824
    Likes Received:
    4,539
    Best Answers:
    123
    Trophy Points:
    665
    #2
    Umm, ok.

    Do you have a question?
     
    sarahk, Nov 17, 2014 IP
  3. ssimon171078

    ssimon171078 Well-Known Member

    Messages:
    277
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    question : how can i with vbscript can i enter login and type my username and password
     
    ssimon171078, Nov 17, 2014 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,824
    Likes Received:
    4,539
    Best Answers:
    123
    Trophy Points:
    665
    #4
    sarahk, Nov 17, 2014 IP