Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

screen scraping with a twist

0 views
Skip to first unread message

jvcoach23

unread,
Oct 7, 2009, 2:10:01 PM10/7/09
to
I've been looking around and can't find or figure out what i'm really going
after. I'd like to be able to screen scrap the current web page that i'm on.
This page would have some input type =text textboxes that the user can input
data into.. say their name "John Smith". i want to be able to click a button
and scrape the page including the John Smith information...
Can someone help me out.
thanks
shannon

Bob Barrows

unread,
Oct 7, 2009, 2:38:14 PM10/7/09
to

This is definitely out of scope in an ASP group. You're talking about
doing something on a client machine. ASP is strictly server-side
technology.

"click a button"? Where do you imagine this button being located?

You will likely need to use a client application that hooks into the
browser process to get at the DOM. I don't think this is trivial,
especially if you need to make it browser-independent. But anyways, you
should ask in a group that focusses on whatever application language
(VB, C++, etc.) you wish to use to accomplish this.

--
HTH,
Bob Barrows


Captain Paralytic

unread,
Oct 15, 2009, 10:12:05 AM10/15/09
to

Why not just do File->Save As...

0 new messages