Can I make a URL like this
URL is
<http://catalogo.marazzi.it/RicercaPage.asp?codlingua=2&formato=1&codserie=297&codprodotto=*&codformato>=
*&codiceart=&codtipo=*&codutilizzo=*&coduso=*&codtecnologia=
*&codresattchi=*&codresgelo=*&scivolamento=*&mohs=*&codpei=*
&spessore=*&submit1=+Search+&CodPagina=B000001593&type=0
Now it will download all the images of that page (so far so
good)
Can I now make a filter which puts another number in the
link from 297 and B000001593 ? (these are the only
variables in the link...
Maybe like this filter(ofcourse this is the right
programming line but maybe it is possible)
Links containing (or maybe File containing....)
+*[http://catalogo.marazzi.it/RicercaPage.asp?codlingua=2&formato=1&codserie=]*+[0-9]+*
[&codprodotto=*&codformato=*&codiceart=&codtipo=*&codutilizz
o=*&coduso=*&codtecnologia=*&codresattchi=*&codresgelo=*&sci
volamento=*&mohs=*&codpei=*&spessore=*&submit1=+Search+&CodP
agina=]*+[0-9]+*[&type=0]*
What do you think is it possible?
Jim
|