PDA

View Full Version : help with writing a program


vincent81
Dec28-03, 12:30 PM
how do i go about writing this program?

This website has a scroll-down like the attached pic.
what i need to do is to go to each page in this scroll-down
and copy some data into a text file.
The data is located at the same position on the each page.

is there any such program found on the net?

Nice coder
Feb20-04, 05:33 AM
Try looking for the combo bar html tags,
and use a spider to crawl the URL's found in the bar.[:D]

vincent81
Feb20-04, 08:00 AM
Thanks for the code...
[:)]