+ Reply to Thread
Results 1 to 2 of 2

web and excel find text string...

  1. #1
    sal21
    Guest

    web and excel find text string...

    I have this page in html...

    How to find the value 1 and 4 in:

    <td WIDTH="25%" ALIGN="center"><font style="font-family: Verdana,
    Arial, Helvetica, sans-serif; font-size: 10px; font-weight:
    bold">&nbsp;Pagine&nbsp;1&nbsp;di&nbsp;4&nbsp;</font></td>

    and to find the value 308:


    <td align="center" colspan="11" class="INFO">Totale fidi individuati:
    308<br></td>

    after store the value founded in var_1, var_4 and var_308


  2. #2
    Tim Williams
    Guest

    Re: web and excel find text string...

    Where is the page?
    Loaded in a browser?
    In a text file?
    The content of a variable?

    How to "find" the value is a different question.
    Are you always getting the value from the same table cell? If so and the page is loaded in IE then you can get a reference to the
    cell and then to its innerHTML or innerText property. From there you could parse the value to extract the values.

    Tim

    "sal21" <[email protected]> wrote in message news:[email protected]...
    >I have this page in html...
    >
    > How to find the value 1 and 4 in:
    >
    > <td WIDTH="25%" ALIGN="center"><font style="font-family: Verdana,
    > Arial, Helvetica, sans-serif; font-size: 10px; font-weight:
    > bold">&nbsp;Pagine&nbsp;1&nbsp;di&nbsp;4&nbsp;</font></td>
    >
    > and to find the value 308:
    >
    >
    > <td align="center" colspan="11" class="INFO">Totale fidi individuati:
    > 308<br></td>
    >
    > after store the value founded in var_1, var_4 and var_308
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1