| > I want to get files that appear as the result
> of 'Exhibitors Search' from this page.
> <http://www.computex.com.tw/computex2003>
>
> <http://www.computex.com.tw/detail_profile.asp?>>; index=07884&show=profile
> or
> <http://www.computex.com.tw/cmc/default.asp?index=x129>
> I tried several ways. For example, setting
> <http://www.computex.com.tw/>
> as a default page. Then set filter like
> -http://www.computex.com.tw/*
> +http://www.computex.com.tw/detail_profile.asp?index=*
> But this downloaded only a couple of files.
Start from
<http://www.computex.com.tw/computex2003/company_show_cpx.asp>
?by=name&num_start=0&num_stop=10
And then add proper filters
-*
+*.png +*.gif +*.jpg +*.css +*.js -ad.doubleclick.net/*
+www.computex.com.tw/*index=*
| |