Browse a Listing
Top > ASP > Tips and Tutorials > Web Fetching
Popular Tags
Free Script links
With "Connect Scripts - Web Fetching Lessons" you will learn how to Web Fetch step-by-step with our easy to read follow-along, guided lessons and sample scripting. All the knowledge required to Web Fetch using ASP is included in the lessons! No COM components or ridiculous web hosting requirements necessary!
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 4 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
It's an oft-requested feature these days. The ability to be able to grab and parse a web-page on someone else's server. Corporate clients like to show their current share price. Link indexes like to grab title, meta tags and content. It's a nifty thing. Here's how it's done, using two different components
ASPHTTP.Conn
A commonly installed component, this one. It's available from ServerObjects, and it's a popular choice. Here's a quick function for grabbing the raw HTML of a page
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 8 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
In this tutorial we will used Microsoft's XMLHTTP Object to request a page to a remote address from our server. This Object is included in Microsoft's XML DOM component, which is probably installed in your server.
The traditional usage of Microsoft's XMLHTTP Object is to access remote XML files. In this basic tutorial we will used it to obtain the text code from a remote server. It will be the same information our browser will get when visiting that page.
In the example bellow we have set up a variable named GotothisURL which contains the url of the page we will asked our server to visit. The response to this visit will be saved to variable ResponsePage
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 3 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Contacts Reader .NET is a library written to retrieve or export the contact lists or address book directly from an mail client websites using user's credentials.
now it supports yahoo, gmail, hotmail, aol, rediffmail.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Jan 21, 2008 Hits: 24 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR