CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2013
    Posts
    1

    Question Query String Parameter - how to send object.click() method

    Hello,

    Is it possible to pass click metod using query string parameter in URL? I would like to automate .xls file downloading from the theice.com site. Unfortunately I got stuck with:

    https://www.theice.com/marketdata/re...contractKey=20

    name of image button object is "excel" but I tried a lot of combination with no positive results. Pls advise.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Query String Parameter - how to send object.click() method

    Not via the URL. If you were to open it via another window, you could use window.onload....
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

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

Featured