memnon 0 Posted June 8, 2005 i have generated a file from a htlm sourcecode what contains lines which look like this on... <A HREF="/futurezone.orf?read=detail&id=267996&tmp=74156"><IMG SRC="http://ws1.orf.at/fz/image/267996_fp_238827.jpg" WIDTH="90" HEIGHT="60" ALT="Bildquelle: AP" BORDER="0"></A> i want to extract the url from the image and do not know, how i could make this, anyone has advice for me ? das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum? Share this post Link to post Share on other sites
Valuater 129 Posted June 8, 2005 i understand what you have... please clearify what you want do you want the image from that url??? sorry.... not clear to me Share this post Link to post Share on other sites
Valuater 129 Posted June 8, 2005 images are not embeded in html an html has to have a "link" built in for images so, if you want the image to show-up on you html it has to have a link to the actual image Share this post Link to post Share on other sites
memnon 0 Posted June 8, 2005 i want to get the url das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum? Share this post Link to post Share on other sites
Valuater 129 Posted June 8, 2005 http://ws1.orf.at/fz/image/267996_fp_238827.jpgthis? Share this post Link to post Share on other sites
memnon 0 Posted June 8, 2005 (edited) yes, ..... got it already, never mind, i used stringsplit function and combinated it with stringinstr Edited June 8, 2005 by memnon das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum? Share this post Link to post Share on other sites