Hi,
I have one issue:
to finish one of my functions I need access to specific string from html file, but I can't figure out how to do that.
For example I have html:
<li class="zumzum3" style="background-image: url(http://duu.lv/test2/images/stories/foto ... unde_1.jpg); background-repeat: no-repeat;" title="Dāvis Spunde"><img src="/test2/images/stories/fotografi/davis_spunde/Davis_Spunde_1.jpg" alt="Dāvis Spunde" border="0"></li>
And at the end I need to get result:
str="http://duu.lv/test2/images/stories/fotografi/davis_spunde/Davis_Spunde_1.jpg";
How can I cut that string that follow "li class= "zumzum3" style="background-image: url", and contains image url?
I realy don't know.
Thanks in advance.


