wjsjw - 2007-11-16

Hi all

   I need to extract some images(eg:Stock Chart) from a finance website for my App. But i found these images are performed by javaScript function.Is HTMLParser able to extract this type of image? Have anybody do it again? Can anybody give me some suggestions???
Thanks in advance!

the html code like this:
<script>
       
        PIC.code="0000001";
        PIC.showTChart();</script>
<table width="500" border="0" align="center" cellpadding="0"
            cellspacing="0"
            style=" background:url(http://cimg2.163.com/stock/2007/9/4/200709041036554f981.gif) no-

repeat; height:44px; ">
            <form action="/zhishu.jsp?code=SH000001&market=SH&type=1" method="post" name="pic">
            <tr>
                <td>
                [<a href="javascript:PIC.showTChart();" target="_self">time_sharing chart</a>]
[<a href="javascript:PIC.showK180Chart();" target="_self">Daily candle chart</a>]
[<a href="javascript:PIC.showKChart('week');" target="_self">Weekly candle chart</a>]
[<a href="javascript:PIC.showKChart('month');" target="_self">month candle chart</a>]
<a href="javascript:PIC.showK30Chart();" target="_self">1month chart</a>
<a href="javascript:PIC.showK90Chart();" target="_self">3month chart</a>
<a href="javascript:PIC.showK180Chart();" target="_self">half year chart</a>
<select name=""  onchange="PIC.showIChart(this.value);">
<option value="macd" selected="selected">Technical index</option>
    <option value="rsi">RSI</option>
    <option value="boll">BOLL</option>
    <option value="will">WR</option>
    <option value="obv">OBV</option>

    <option value="fast">KD</option>
</select>
                           
            </td>
            </tr>
            </form>
        </table>
              </td>
          </tr>
        </table>

wjwjs
2007-11-16