PDA

View Full Version : Screen scrape with dynamic height


htcilt
06-26-2009, 10:53 AM
Hi,

I have an asp screen scrape from this tutorial:
http://www.4guysfromrolla.com/webtech/070601-1.shtml

However, I need it to have a dynamic height i.e. only one browser vertical scroll. I've used a dynamic iframe in the past but the source in on another server, so I get the "Access is Denied" javascript error using that method.

Can anyone help?

Old Pedant
06-27-2009, 03:23 AM
That screen scrape is for ASP.NET, not ASP. So you may be posting in the wrong forum.

But I don't pretend to understand why the height of what you are scraping would matter, at all. During the scraping process, all you are doing is processing *text* and it could be 10 bytes of 10 megabytes and the scraping would be the same.