Browsers (IE and Firefox) freeze when copying large amount of text
- by Matt
I have a web application - a Java servlet - that delivers data to users in the form of a text printout in a browser (text marked up with HTML in order to display in the browser as we want it to). The text does display in different colors, though most of it is black. One typical mode of operation is this:
1. User submits a form to request data.
2.…