Here it goes:
Is there a way to make this string being read in real-time(pseudo real-time).
Say it will display 6000 symbols and once, and then there will be 4 scroll buttons(2 up and 2 down/ by lines and by lot of lines at once)
*Also add there a button to find your book-mark. It will most likely produce a lot of stress on the server and database, since I will have to duplicate books for each reader to have their own marks. Maybe it can be done with just some ordinary code without actually messing with database.
However without making marking function available, the code should be easy.
But I don't really know how to do it.
The point I need a web-link to not reload the page - only reread the information from text field and scroll it.
The Idea is to make it look like scrollable web-book reader.
Can you advise me how to do it or where to start?