Access remote URLs with asp ver

  Access remote URLs with asp
  Category : Asp Tutorials-tips Web fetching  
  Platform :  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

This tutorial will show you how to use XMLHTTP Object to request a page to a remote address from your server. Some copy and paste examples are included in the tutorial.

 

more Tag: remote, remote urls with, access remote urls,

Also see ...


Grab data from other websites 1)    Grab data from other websites
 It`s an often-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....

How to Build a Low-Budget Web Service with Classic ASP 2)    How to Build a Low-Budget Web Service with Classic ASP
 This article illustrates how to create a news feed Web service in classic ASP. The Web service created is extremely light-weight, requiring minimal Web server requriements. Basically, it uses a light-weight, cilent-side JavaScript file....

Access remote URLs with asp 3)    Access remote URLs with asp
 This tutorial will show you how to use XMLHTTP Object to request a page to a remote address from your server. Some copy and paste examples are included in the tutorial....

Grab remote content on the fly 4)    Grab remote content on the fly
 This tutorial is intented to learn you how it is possible to retrieve the content of a remote webpage on the fly with ASP. Something that can be very usefull in order to parse and search for information that could be shared with others or in order to send the content of a webpage via mail!...

Email validation using Regular Expression 1)    Email validation using Regular Expression
 Beginners in ASP programming can utilize this online tutorial to solve their problems and get clarification for their doubts. From this tutorial, generating a cost effective module to acquire valid address can be done easily with the help of 'Regular Expressions' checking process. Sample code provides the required function with executable syntax....

ASP Time 2)    ASP Time
 This tool is helpful for any programmer that allows them to facilitate their web pages with stop clock which enables their web users to perform their working duration in an application in a given period of time using stop clock. Webusers can control the operation of clock like start, stop, time pause and time gap. Its easy to handle and to work....

Playing With Dates 3)    Playing With Dates
 There are several different ways of displaying dates. You can also add and subtract from them as well. Using the FormatDateTime function we can display dates in any manner....

ASP Script to track clicks, hide URLs, count downloads 4)    ASP Script to track clicks, hide URLs, count downloads
 ASP script that can be used to track ad campaign URLs, measure effectiveness of each campaign, monitor clicks on various links or simply hide your affiliate links to protect your commissions from thieves. Real-time stats are shown such as referring URL, IP stamp, time of visit, etc. Script maintains simple text database. Free demo is available on our website....

Delete a folder with ASP 5)    Delete a folder with ASP
 For whatever reason, there are times when it would be convenient to know how to delete a folder without having to go to the server to do it. This is just one of the things you can do with the File Scripting Object....

icq Component 6)    icq Component
 This program helps users to run an ICQ messaging system through their websites. Both the senders and recipients should have login accounts with password to use this messaging application. Users can use this program to have a secured and effecient mailing service with their text messages. And it is easy to use this program. This tool can be also used for online communities and corporate accounts....

News Poster Pro 7)    News Poster Pro
 This is a content management solution that expands the current functionalities and helps users to add, edit or delete contents on their websites. This program has IP log which can be used to track the users. This program supports multiple users and categories which provides a way to post information on many different pages. Using user IP address admin can disable access. An online demo is available on the website....

Display Table Script Writer 8)    Display Table Script Writer
 This is a Web-based script writer that generates an ASP code for displaying an Access or SQL Server database using user-submitted variable names and the name of the table. Copy the output code into an asp document on your web server and your db is ready to be displayed on the web. The DSN connection requires that you register the DSN for the db prior to executing the code....

Creating Parent-Child Relationships 9)    Creating Parent-Child Relationships
 This tutorial explains how to do recursive subroutines in ASP (VBScript). Use this algorithm to create threaded discussions, directories, or whatever use you have for it....