I need a program that does...

Hello,

On the website NetLibrary-- you can access and read books-- but only one page a time and there is a time limit.

After looking at the source code I found out that the general link is something like this:

http://netlibrary.com/nlreader/nlreader.dll?bookid=7373&filename=Page_9.html

That site (if logged onto netlibrary) will give you a page with just text. Is there a way to create a program that adds one to the page number until the last page number has been reached, reads in all the text, and saves it to a document?

Thank you,

Evan.

[591 byte] By [EvanDa] at [2007-11-27 10:34:45]
# 1

What you are suggesting would appear to be a violation of terms of use for that site.

cotton.ma at 2007-7-28 18:30:55 > top of Java-index,Core,Core APIs...
# 2

>

> On the website NetLibrary-- you can access and read

> books-- but only one page a time and there is a time

> limit.

>

> After looking at the source code I found out that the

> general link is something like this:

>

> http://netlibrary.com/nlreader/nlreader.dll?bookid=737

> 3&filename=Page_9.html

>

> That site (if logged onto netlibrary) will give you a

> page with just text. Is there a way to create a

> program that adds one to the page number until the

> last page number has been reached, reads in all the

> text, and saves it to a document?

>

How much are you willing to pay me?

sabre150a at 2007-7-28 18:30:55 > top of Java-index,Core,Core APIs...