Fetching

I have been using PHP for along time but had to change to ASP, so I am new to ASP.

I was wondering how to fetch a page and take out all the junk you dont need. It was easy with php because you start fetching where ever you want and stop where ever you want So i was wondering if there is any code for ASP

View Replies


ADVERTISEMENT

File Fetching

I've been searching the web for hours and can't seem to find what I'm looking for. What I want is to create a function to fetch a file (in this case a PDF) from another webhost to my own server.

In other words, I would like a little bit of code that grabs a PDF file from a http website and save it to my server, all automatically.

View Replies View Related

Fetching Http Pages

In PHP it is easy to fetch a HTTP page using syntax like:

$http_data = file("http://somedomain.com/some_script.php?some_data=x");

after successful completion of this statement, the page data is available in the variable $http_data.

Could anyone please let me know if is similarly easy to fetch a page in ASP code. I would appreciate an example of the equivalent code.

I am not working in ASP but want users to be able to programmatically fetch pages from my site.

View Replies View Related

Fetching Form Values

I came up with the new problem. I want to fetch all form values by using request.form("FormName") which is generated by javascript on runtime.

The attached zip code contains the working code of javascript creating dynamic form elements. So after generating a couple of textboxes when I click on the "Submit" button it should display all the values entered in the textboxes on the next page.

View Replies View Related

Fetching Xml File Data From Remote Server

We are working on a real estate web site which lists real estate listings from different affiliated realtors.

Our client wants to have a system where it display real estate listings from affiliated realtors without having to enter listing information into our database.

Affiliated realtor will provide a link to xml file containing listings information and we have to fetch the data from it and display it into our web site. The xml file will be on some other server.

Is this possible?

View Replies View Related

Fetching A RSS Feed Through A Proxy Server And Displaying It On ASP Page

I need to display the contents of an external XML/RSS feed in an ASP page. I have found a couple of scripts that seem to do the trick at:

(URL address blocked: See forum rules)
(URL address blocked: See forum rules)/ow.asp?ASP_Based_RSS_Reader

(any good alternatives will be much welcome)

However, my problem is that the ASP page is part of an Intranet site, so it can only access the Internet (in order to fetch the RSS) via a proxy server.

Can somebody tell me how can I modify the above scripts (or any other that does the same) so the IP/port/login/password parameters can be passed along with the feed URL?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved