wget: question about tag

2005-02-02 Thread Normand Savard
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


wget: question about tag

2005-01-31 Thread Normand Savard
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