How to obtain table data that is hidden from a web page source?

Hello!
I have been trying to obain table data from a web page without success. The data can be copy and pasted from the web page but it can´t be found in the web page source.  I prefer NOT to use automated mouse clicks to obtain the data through CTRL-A, CTRL-C and then to the Clipboard ( I know how to do this but it is not so elegant :-) ). I tried to get the data automatically with the following code: (See snippet)
I have also looked at the existing solutions in the forum for Loging in to a website but the difference here is that I am just interested in getting out the data from a Table (form or element? I am not so familiar with HTML nor JAVA)
Any tips are appreciatted.
Attachments:
Get Web Table Data example.png ‏53 KB

The trick is to get the current html of the page and not the source - the source will not render the javascript of the page which is what loads/populates the table. It's the difference between inspecting an element in Chrome and viewing the source.
You'll need to see if there's a method/property that returns the 'live' html document object model after the Javascript has populated the table rather than the source of the page.
You may also have more success trying to replicate the same method the webpage uses to actually load the data..it probably makes a request to a page which returns the scores information in a more 'raw' format rather than having to parse out the html elements yourself.
(Also as an aside - Java is not the same as Javascript - one is a compiled language and one is a scripting language).
Certified LabVIEW Architect, Certified TestStand Developer
NI Days (and A&DF): 2010, 2011, 2013, 2014
NI Week: 2012, 2014
Knowledgeable in all things Giant Tetris and WebSockets

Similar Messages

  • How do I fire a URL into QuickTime from a web page?

    Looking at the Apple trailer site and I like the way that if you view a HD trailer it loads QuickTime and opens the video straight into QuickTime
    Now I assume it's sending the URL of the MOV file to QuickTime to play.
    How can I make a link from a HTML page send the URL into QuickTime to replicate the same way to run a video.
    At the moment I build "pop up" windows to display movies in, and I think using QuickTime in this way will be better so if someone has popups blocked my movies will still play.
    It must be simple to do.
    I once did a site for someone that need a podcast and I got it to send it to iTunes. But I cant seem to see how to do the same for a movie to QuickTime
    R

    http://homepage.mac.com/kkirkster/03war/
    The technique is known as Poster Movies. A tiny image file saved as .mov file that can either act as a "placeholder" (target="myself") or act like a "link" (target="quicktimeplayer").
    http://www.qtbridge.com/pageot/pageot.html
    Free software to help write the proper page code.
    Another method is a QuickTime Media Link (.qtl file). These tiny text based files can be placed anywhere in a Web page and will always download (Mac or PC) and will launch the QuickTime Player.
    http://homepage.mac.com/kkirkster/.Public/wwdc_keynote.qtl
    One of mine as an example.

  • How to make iChat receive google.talk chat from a web page?

    I have set up a google talk account and can login in to via iChat 5.0 on Snow Leopard to that Jabber account. I have placed a google talk applet on my web page for people to chat to me for customer service reasons. But the chat only appears if I have my iGoogle web page open and not in my iChat window, which is what I would prefer.
    The web page with the google chat link enabled is at www.federatefilms.com
    Thanks
    Kevin

    If this a Text Based I do not completely recognise the iFrame link you have.
    The AIM Method links to both On and Offline Statuses as you can see in the Show Source of this page for my link top and bottom of the Page here http://www.ralphjohns.co.uk/ContactTesters.html
    As in
    <a href="aim:goim?screenname=ralphjohnsr&message=Hi!,+I+came+from+your+website,ralphjohnsuk."><img align="right" src="http://big.oscar.aol.com/ralphjohnsr?onurl=http://www.ralphjohns.co.uk//images/RalphOn.gif&offurl=http://www.ralphjohns.co.uk//images/RalphOff.gif" alt="Webmaster iChat Online Status Indicator" border="0"></a>
    <a href="aim:goim?screenname=ralphjohnsr will launch your/their aim based App
    &message=Hi!,+I+came+from+your+website,ralphjohnsuk."> Adds message to be sent to me
    <img align="right" src="http://big.oscar.aol.com/ralphjohnsr?onurl=http://www.ralphjohns.co.uk//images/RalphOn.gif&offurl=http://www.ralphjohns.co.uk//images/RalphOff.gif" On and Off line pics after querrying the AIM server about my Status
    alt="Webmaster iChat Online Status Indicator" border="0"></a> alt and border style and closing tags
    The Method for querrying the GoogleTalk server may be different.
    9:42 PM Tuesday; November 3, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
    Message was edited by: Ralph Johns (UK)
    Removed Align Right tag
    Message was edited by: Ralph Johns (UK)
    Bolded Comments in repeat that explains the bits

  • How to pass table data to brf plus application through abap program

    Dear All,
    i have a question related to BRF Plus management through abap program.
    In brf plus application end, Field1,field2,field3 these 3 are importing parameters.
                                           Table1->structure1->field4,field5 this is the table,with in one structure is there and 2 fields.
    in my abap program, i am getting values of fields let us take field1,field2,field3,field4,field5.
    And my question is
    1) How to pass fields to BRF Plus application from abap program.
    2)How to pass Table data to BRF Plus application from abap program.
    3)How to pass Structure data to BRF Plus application from abap program.
    4)How to get the result data from BRF Plus application to my abap program.
    And finally , how to run FDT_TEMPLATE_FUNCTION_PROCESS.
    How do i get the code automatically when calling the function in brf plus application.
    Regards
    venkata.

    Hi Prabhu,
    Since it is a Custom Fm i cant see it in my system.
    Look if u want to bring data in internal table then there could be two ways::
    1) your FM should contain itab in CHANGING option , so that u can have internal table of same type and pass through FM,
    2) read values one by one and append to internal table.
    Thanks
    Rohit G

  • How to enforce table data consistency at Db level?

    How would I enforce the follwing data consistency, consider the following table:
    PK_COL     | SOME_ID | COL1 | COL2 | COl3  | some other columns ...
    1       |       1 |  X   |  B   | C
    2       |       1 |  X   |  B   | C
    3       |       2 |  A   |  G   | G
    4       |       2 |  A   |  G   | G
    5       |       2 |  X   |  G   | G
    .For every same value in SOME_ID column I need to have same values in colums: COL1, COL2, COL3 (same values across rows within same_id value).
    Row 5 is not consistent so raise application error.
    I am not able to achieve this using triggers, when I query the table after insert/update i get mutating tables error.

    DanielD wrote:
    How would I enforce the follwing data consistency, consider the following table:
    PK_COL     | SOME_ID | COL1 | COL2 | COl3  | some other columns ...
    1       |       1 |  X   |  B   | C
    2       |       1 |  X   |  B   | C
    3       |       2 |  A   |  G   | G
    4       |       2 |  A   |  G   | G
    5       |       2 |  X   |  G   | G
    .For every same value in SOME_ID column I need to have same values in colums: COL1, COL2, COL3 (same values across rows within same_id value).
    Row 5 is not consistent so raise application error.
    I am not able to achieve this using triggers, when I query the table after insert/update i get mutating tables error.There is no straightforward way to implement constraints on table data that span across the rows (in oracle).
    Before discussing any possible solutions, few questions for you
    1) If the requirement is to have same value in all 3 columns for a SOME_ID value, why are you even allowing the user to enter values for COL1, COl2 and COL3? Or is this table populated using data coming from external sources?
    2) How is this table being accessed? Is the data maintained using OLTP-style transactions/queries (i.e. INSERT/UPDATE/DELETEs and SELECTs that affect only small number of rows) or DWH-style transactions (i.e. data loaded in bulk at defined intervals and queries access large amount of data)?

  • How to retrieve all datas that lost when i update my iphone4 to that 6.10 ios. i tried to look at may i tunes in my computer but it seems that i forgot to perform back ups since i purchased this phone 2yirs ago.. pls send me an advice..thank u.

    how to retrieve all datas that lost when i update my iphone4 to that 6.10 ios. i tried to look at may i tunes in my computer but it seems that i forgot to perform back ups since i purchased this phone 2yirs ago.. pls send me an advice..thank u.

    All of the data should be on your computer, simply sync it back.
    If the update was done via iTunes on the computer, the first step in the process is a backup of the device.

  • How to compare table data and table field

    Hi buddy,
        I have some question about how to compare table data and table field.
       1. I know there is one method:   CL_ABAP_UNIT_ASSERT=>ASSERT_TABLE_CONTAINS  , it use in unit test to compare the table data(A and B) , you can loop table A into structure A1, then use this mehtod it can compare whether table B contain structure A1.  but when I try to use this in main program it will dump.
              CL_ABAP_UNIT_ASSERT=>ASSERT_TABLE_CONTAINS(
                                                                                                        LINE    = A1
                                                                                                        TABLE = B ).
           Is there any method or FM can be used to compare the table data ?
        2. I also want to compare two table field , try to find out the different. How to realize this.
    Thank you for your sincerely answer.

    Hi Zongjie,
    What`s the difference, if you using loop A into wa_A, read table B into wa_B with all field, then compare with wa_A and wa_B.
    The question 2, seems no standard FM available here.
    Loop A into wa_A.
       Loop B into wa_B.
           if wa_A-field1 eq wa_B-field1.
           endif.
            if wa_A-field2 eq wa_B-field2. 
           endif.
       endloop.
    endloop.
    regards,
    Archer

  • How to save table data in MII MDO

    How to save table data in MII MDO - please do samples.....

    Hi Amr,
    Please find some videos here.
    https://www.mediafire.com/?k323krz19xvcs0n
    Regards,
    Sriram

  • How to transfer table data from one client to another client?

    How to transfer table data from one client to another client?

    Hi,
    Look at the Blog
    /people/community.user/blog/2007/01/07/transport-table-entries
    Regards
    Sudheer

  • How to  obtain last date of accounting period mmyyyy

    how to  obtain last date of accounting period mmyyyy.
    for ex: 31 st is the last date then output should be mm/31/yy.

    hi use this ....
    REPORT  ZTESTS.
    data: date1(4),
          date2(2),
          date3(2),
          date type sy-datum,
          output(8).
    parameters:p_date type sy-datum.
    CALL FUNCTION 'JVA_LAST_DATE_OF_MONTH'
      EXPORTING
        year_month               = p_date+0(6)
    IMPORTING
       LAST_DATE_OF_MONTH       =  date.
    output0(2) = date4(2).
    output+2(1) = '/'.
    output3(2) = date6(2).
    output+5(1) = '/'.
    output6(2) = date2(2).
    write:/ output.
    regards,
    venkat.

  • How to pass table data into below code for alv

    hi
    i want to pass table data into alvgrid
    i dont know how to pass table data.
    here instead of passing ABC into internal table
    i want to pass table data .
    please help me
    ialv-test1 = 'ABC'.
    form get_data.
    ialv-test1 = 'ABC'.
    ialv-test2 = 'DEF'.
    append ialv.
    ialv-test1 = 'GHI'.
    ialv-test2 = 'JKL'.
    append ialv.
    ialv-test1 = '123'.
    ialv-test2 = '456'.
    append ialv.
    endform
    thanks in advanced.

    Have a look at below links. It gives you sample code of alv grid.
    http://sap.niraj.tripod.com/id64.html
    http://www.sap-img.com/abap/sample-programs-on-alv-grid.htm
    Have a look at below links for SAP Help.
    http://help.sap.com/saphelp_nw04/helpdata/en/8d/e994374c9cd355e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/12/904f42d5f811d2b469006094192fe3/content.htm
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • HT3275 how can i retrieve information from  time machine if my computer has less storage capacity? How can I access data that is on my time machine but can not be copied to a computer with less storage capacity? I used to have 180 GB, now I have 128 GB.

    how can i retrieve information from  time machine if my computer has less storage capacity? How can I access data that is on my time machine but can not be copied to a computer with less storage capacity? I used to have 180 GB, now I have 128 GB.

    Plug an external drive into the computer and use that to expand data onto.
    http://pondini.org/TM/16.html

  • My iCloud backup from my old phone shows incomplete is there a way to retrieve the data that I backup from my old phone even if it didn't complete . They told me that they would let if finish when I traded in my old phone. I want to restore it to new phon

    My iCloud backup from my old phone shows incomplete is there a way to retrieve the data that I backup from my old phone even if it didn't complete . They told me that they would let if finish when I traded in my old phone. I want to restore it to new phone. Even if it didn't complete how to I restore the 5 g that did backup

    Unfortunately you can't restore an incomplete backup.

  • How to download all data (music.contacts,apps) from iPhone to a new PC ?

    How to download all data (music.contacts,apps) from iPhone to a new PC ?
    I mean to say that I downloaded mp3 songs from websites (not from iTunes) which I synced in my iPhone 4 using ''Manaually Manage Music''.
    Now I am in my homecountry for vacations and don't have the laptop in which my iTune library is synced and I need to add more songs to my iPhone but when I put more songs to my iPhone it tells me that all current data from iPhone will be deleted.
    Please help!

    The iphone is not a backup device.  The music sync is one way - computer to iphone.  The only exception is itunes purchases.  Without syncing:  File>Transfer Purchases.
    " I need to add more songs to my iPhone but when I put more songs to my iPhone it tells me that all current data from iPhone will be deleted."
    That is correct.

  • How do I move data on time machine from one external hard drive to another

    How do I move data on time machine from one external hard drive to another?

    Although the documentation says you can copy Time Machine backups in the Finder, it's very slow and sometimes doesn't work at all.
    Launch Disk Utility, open the built-in help, and search for the term "Duplicate." Follow the instructions. Turn Time Machine OFF in its preference pane while copying the volume.

Maybe you are looking for

  • 1 SP for multiple Marketing Form

    Dear Experts.. Plz check this SP *IF @transaction_type IN ('A', 'U')AND @object_type in ('22') BEGIN If exists (SELECT T0.DocEntry FROM opor T0 inner join ousr t1 on t0.docentry = t1.userid where t0.docentry =@list_of_cols_val_tab_del AND t0.U_series

  • Not able to use my own alarm tone

    Initially there was an option to use either songs that i have as my alarm tone or to choose inbuilt alarm tones But by mistake i clicked on the always option instead of the just once option Now please let me know how to undo this Solved! Go to Soluti

  • Re: Help me with THREADS !

    Look at the Thread class in the help docs. It's pretty easy to follow and gives 2 different ways to start threads. As for managing them, you could add observers to your thread object or event listeners (see Observer/Observable & Event/Key Event in do

  • Oracle Discoverer Ver. 4.1.44

    Hi, Can someone please direct me to the specific install kit I need in to install Oracle Discoverer 4.1.44? Thanks, Nir

  • List of SAP Notes

    Dear All, I need link from where i can find out list of SAP notes for 2010-11. Regards, Pranav Dave