Consulting

Results 1 to 2 of 2

Thread: Get the max value from a web page

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Get the max value from a web page

    i need to get the max value from the button...

    for year 2000 the max value is 3
    for year 1997 the max value is 2
    ...
    ecc...


    see imge

    actually i use this api:

    With WHTTP
    .setTimeouts 50000, 50000, 15000, 15000
    .Open "GET", "https://www.xamig.com/superenalotto/1997/estrazioni.php", Rnd, False
    .send
    Sleep (500)
    'Do Until html.ReadyState = 4
    'Loop
    html.body.innerHTML = .responseText
    End With
    Attached Images Attached Images
    Sal
    1 help 1 pizza
    2 help 1 pizza 1 caff?
    3 help 1 pizza 1 caff? 1 mozzarella
    ...
    Spaghetti, Lasagne and Tortellini for the "Lady" ;-)

Posting Permissions

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