Text auslesen [Greasemonkey]

Ichbinalex

Erfahrenes Mitglied
Hallo ich habe erneut ein Problem. Ich will den Gesuchten Text auslesen wie mach ich das? Ich muss das das "b" Attribut finden oder? Aber wie gehts weiter? Welche Eigentschaft ist der Text? Wie komm ich darauf?

HTML:
<td height="120" width="176" bgcolor="#EDDDB8">Text
                              Text: <b>GESUCHTER TEXT</b><br>
                              Mehr Text <b>0</b><br>
                              <img src="../../img/de/transparent.gif?__cv=7" width="30" height="5"><br>

                              <b>Text:</b><br>
                              <img src="../../img/de/transparent.gif?__cv=7" width="30" height="5"><br>
                              <table width="176" border="0" cellspacing="0" cellpadding="0" class="text_schwarz_9">
                                <tr align="left" valign="middle">
                                  <td width="120" height="12">Text:</td>
                                  <td width="5" height="12">&nbsp;</td>
                                  <td height="12" width="35" align="right">40$</td>

                                  <td height="12">&nbsp;</td>
                                </tr>
                                <tr align="left" valign="middle">
                                  <td width="120" height="12">Text</td>
                                  <td width="5" height="12">&nbsp;</td>
                                  <td height="12" align="right" width="35">6$</td>
                                  <td height="12">&nbsp;</td>
                                </tr>

                              </table>
                              <b><img src="../../img/de/transparent.gif?__cv=7" width="30" height="5"><br>
                              Text:</b><br>
                              <img src="../../img/de/transparent.gif?__cv=7" width="30" height="5"><br>
                              <table width="176" border="0" cellspacing="0" cellpadding="0" class="text_schwarz_9">
                                <tr align="left" valign="middle">
                                  <td width="120" height="12">Text:</td>
                                  <td width="5" height="12">&nbsp;</td>

                                  <td height="12">0$</td>
                                </tr>
                              </table>
                            </td>
 
Moin,

anhand des Codeschnipsels kann man das nicht sagen, da müsstest du schon das ganze Dokument posten, damit man sehen kann, wie man darauf zugreifen könnte.
 

Neue Beiträge

Zurück