Results 1 to 4 of 4

Thread: how to get information from website

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2013
    Posts
    22

    how to get information from website

    hi guys
    this web site http://www.cma-cgm.com/eBusiness/Tracking/
    is Container Tracking company and i must go into their web site to search for my container
    i want program make this search !! not else and see if my container arrived or not !!

    and thx !!

  2. #2
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: how to get information from website

    So, to save typing in the container number and pressing a button on the website you want to type in the container number and press a button in your program?

    Try the Codebank thread on manipulating web based forms and data.
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  3. #3
    Fanatic Member AceInfinity's Avatar
    Join Date
    May 2011
    Posts
    696

    Re: how to get information from website

    Don't use the WebBrowser control, I wouldn't recommend that. Try using a WebRequest, this one is simple:
    Code:
    http://www.cma-cgm.com/eBusiness/Tracking/Default.aspx?ContNum=Abc&T=5420131718414
    ContNum looks like the reference type, and the value on the other side, T looks like a timestamp...
    Last edited by AceInfinity; Feb 22nd, 2014 at 04:47 PM.
    <<<------------
    Improving Managed Code Performance | .NET Application Performance
    < Please if this helped you out. Any kind of thanks is gladly appreciated >


    .NET Programming (2012 - 2018)
    ®Crestron - DMC-T Certified Programmer | Software Developer
    <<<------------

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Feb 2013
    Posts
    22

    Re: how to get information from website

    thx alot

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width