| > Here is my problem. I have found a site with option to
see
> what certain Muslim name means. But, the problem is that
in
> this site, there is a box, where you input the name, and
> then you get to another page with the name in form of
> hyperlink, so after clicking on that name, you get to the
> page with explanation.
Humm, so it requires a form to be filled (this is not
possible automatically using httrack)
> When you click and go to the name page, the address turns
> to:
> <http://www.sehara.com/imenik/prikaz.asp?ime=1275>
> (where the number refers to the number of the name in
their
> database)
> There are 2168 names, so I have tried just to change the
> number in the address and I it worked, I was taken to
those
> pages without any problem.
(Okay, so I guess there's a redirect somewhere.)
> So, is it possible to get the database with HTTrack in
the
> form of web pages, so I can use the data and make my own
> one to use at home.
> I will get four pages with first four names. Is there any
> way to use wildcards to get the job done. I have tried
with
> <http://www.sehara.com/imenik/prikaz.asp?ime>=*, but it
> didn't work.
No - unfortunately you can neither "list" a collection of
links using http, nor generate a numerical list using
httrack - you can do that using scripting - such as bash
scripting, however.
| |