Results 1 to 3 of 3

Thread: Retrieve data from another page

  1. #1

    Thread Starter
    Addicted Member _Yoyo's Avatar
    Join Date
    Apr 2001
    Location
    Dominican Republic
    Posts
    187

    Red face Retrieve data from another page

    Hi.

    I'd like to know how can I retrieve the bold numbers contain in this webpage and show them on mine:

    Code:
    <tr bgcolor="#CCCCCC" onmouseover="this.bgColor='#FFFFCC'" onmouseout="this.bgColor='#CCCCCC'">
    
          <td align="center" valign="middle"  class="textonoticias">10/6/2008</td>
    
    <td align="center" valign="middle"  class="textonoticias">2872</td>
     
          <td align="center" valign="middle"  class="textonoticias">Loto Pool</td>      
           <td align="center" valign="middle"  >02 03 05 13 25  </td>
                              </tr>
    
                              
    <tr bgcolor="#EEEEEE" onmouseover="this.bgColor='#FFFFCC'" onmouseout="this.bgColor='#EEEEEE'">
    
          <td align="center" valign="middle"  class="textonoticias">10/4/2008</td>
    
    <td align="center" valign="middle"  class="textonoticias">953</td>
     
          <td align="center" valign="middle"  class="textonoticias">Loto</td>      
           <td align="center" valign="middle"   onmouseover="return escape('Monto ganado con 3 >RD$41.00<br>Monto ganado con 4 >RD$461.00<br>Monto ganado con 5 >RD$30,730.00<br>Acumulado >RD$12,000,000.00')">06 17 22 24 26 35 </td>
                              </tr>
                              
    
    <tr bgcolor="#CCCCCC" onmouseover="this.bgColor='#FFFFCC'" onmouseout="this.bgColor='#CCCCCC'">
    
          <td align="center" valign="middle"  class="textonoticias">10/2/2008</td>
    
    <td align="center" valign="middle"  class="textonoticias">322</td>
     
          <td align="center" valign="middle"  class="textonoticias">Super Bingo</td>      
           <td align="center" valign="middle"  >      32 43 33 58 54 08 64 07 53 71 46 62 35 55 31 18 52 63 73 66 41 68 21 61 69 60 75 29 19 05 51 20 01 10 36 06 48 09 16 59 26 15 47 03 30 49 17 27 25 45 22 14 </td>
                              </tr>
                              
    
    <tr bgcolor="#EEEEEE" onmouseover="this.bgColor='#FFFFCC'" onmouseout="this.bgColor='#EEEEEE'">
    
          <td align="center" valign="middle"  class="textonoticias"></td>
    The biggest man you ever did see was once just a baby.

    Bob Marley

  2. #2

    Thread Starter
    Addicted Member _Yoyo's Avatar
    Join Date
    Apr 2001
    Location
    Dominican Republic
    Posts
    187

    Re: Retrieve data from another page

    Is not possible?
    The biggest man you ever did see was once just a baby.

    Bob Marley

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Retrieve data from another page

    You could use regular expressions. How you form the expression depends on which parts of the page vary and which are static.

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