Quote Originally Posted by TT(n) View Post
It could be a script preventing it. Same one blocking popups maybe.
Well, there is no script blocking popups. If you are referring to my other thread...you can see that the issue was that popups where opened in a separate IE instance. This would cause the session data to not be seen. Therefore the server-side would not initiate the data I wanted to see.
Just so you know...This text-replace implementation is to replace the popup code and make them open in the same window.

Quote Originally Posted by TT(n) View Post
Then you'll know if it's a memory/clipboard limitation or not.
It's for sure not the clipboard because even just outputting it from my project, no clipboard involved, it gives the truncated version.

I don't see why memory would be the cause here, because there is more than sufficient for this ~40k document.

Quote Originally Posted by Oblio
is this what you are doing

Clipboard.SetDataObject(WebBrowser1.DocumentText, True)
No. I was just using Clipboard.SetText(web.DocumentText). Doesn't matter. Either way it's truncated before the clipboard is even invoked.

Quote Originally Posted by dglienna
What version of IE is installed? There are differences in controls as well.
Internet Explorer 7. There is no reason why IE7 should be having a problem here.