Hi,

I have a question about wget. Is is possible to download other attribute value other than the harcoded ones? For example I have the following html code:

...

<applet name="RosaApplet" archive="./rosa/rosa.jar" code="Rosa2000" width="400" height="300" MAYSCRIPT>
<param name="TB_POSITION" value="right">
<param name="TB_ALIGN" value="top">
<param name="IMG_URL" value="/ms_tmp/1107184599245591.gif">
<param name="INP_FORM_NAME" value="main">


...

I want to retrieve the image under "param name=IMG_URL".

Thanks.

Norm

Reply via email to