Autor Beitrag
en!gma
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 378

win xp
delphi 7.0
BeitragVerfasst: Fr 03.04.09 12:05 
Hallo.
Ich möchte mir gerne eine Übersichtsseite für die Internetseite swoopo.de erstellen.

Hierfür muss ich irgendwie den Countdown auslesen.

ausblenden Quelltext
1:
2:
3:
4:
5:
6:
 <div class="countdown_new">
            <div class="cd_uhr" onMouseOver="hidedisplay('CDUMST');" onMouseOut="hidedisplay('CDUMST');"><img src="http://img2.swoopo.com/telebid-de/img/countdown/uhr00.png" alt="" width="28" height="28" id="CDUMST_IMG" /></div>
            <div id="CDUMST" style="display:none;">Leider noch keine Counter Umstellung bekannt ...</div>
            <div class="countdown_nrs" id="countertime">-- : -- : --</div>

          </div>


Hier scheint der Countdown erstellt zu werden.
Und das hier ist die JS-Datei:
www.swoopo.de/counter.js

Also irgendwelche Vorschläge wie ich diesen Countdown auslesen kann?

MfG

en!gma
GTA-Place
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
EE-Regisseur
Beiträge: 5248
Erhaltene Danke: 2

WIN XP, IE 7, FF 2.0
Delphi 7, Lazarus
BeitragVerfasst: So 12.04.09 22:08 
Geh mit Indy den Source durch und lies dann immer aus was nach <span id="counter_index_page_******> steht. Das geht mit Pos und Copy, einfacher wäre aber RegEx.

_________________
"Wer Ego-Shooter Killerspiele nennt, muss konsequenterweise jeden Horrorstreifen als Killerfilm bezeichnen." (Zeit.de)
en!gma Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 378

win xp
delphi 7.0
BeitragVerfasst: Mo 20.04.09 10:50 
wie?
im source selbst steht die zeit ja nicht (bei ebay zB tut sie das, aber hier nicht)