473,382 Members | 1,445 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

ASP Variable interception and Redirecting Results

Hello as a user of some intranet corporate ASP application, I face some
hard times filling up some asp-pages forms to get some data out of the
server. It happens than you need to feel up many forms in order to get
your data retrieved.
I would like to know if there is a way i could emulate the information
sent to the server from my computer in an other way ( programming a
Httprequest or similar and specially from excel). I would prefer also
getting the data back directely on my Ms Excel instead on the page web.
Would anyone happen to know how could i achieve this ?
Is there a way I could intercept the posted variables names and their
content in Asp ?
How could I capture the infomation sent by the server to the html page
directely on my MsExcel sheet ?
Thanks

Sep 26 '06 #1
1 1288

"gabe" <gt******@gmail.comwrote in message
news:11**********************@i42g2000cwa.googlegr oups.com...
Hello as a user of some intranet corporate ASP application, I face some
hard times filling up some asp-pages forms to get some data out of the
server. It happens than you need to feel up many forms in order to get
your data retrieved.
I would like to know if there is a way i could emulate the information
sent to the server from my computer in an other way ( programming a
Httprequest or similar and specially from excel). I would prefer also
getting the data back directely on my Ms Excel instead on the page web.
Would anyone happen to know how could i achieve this ?
Is there a way I could intercept the posted variables names and their
content in Asp ?
How could I capture the infomation sent by the server to the html page
directely on my MsExcel sheet ?
Thanks
Use this tool to monitor how your browser talks to the server:-

http://www.fiddlertool.com/fiddler/

Then use XMLHTTP to emulate it.

As far as getting the results into excel you may be able to automated the
saving of the responses to htm and opening the htms in excel. Otherwise it
could get tricky. Even if the site responds with xml (possibly xhtml) which
makes parsing the response easier you'd need to drive excel automation move
the data from the response to a sheet

..
Sep 27 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: David Douard | last post by:
Hi everybody, let me explain by problem: I am working on an application which consists in a C++ dll (numeric computations) and a Python IHM (Python/Tk), which must run under Linux and win32. My...
7
by: Donna Hawkins | last post by:
I want to use javascript to redirect to a URL which has been passed as a variable (in php). I have searched but cannot find any solution. I think this code is a basic redirect: <script...
2
by: Dan | last post by:
Hi, Is there a way to send a variable to a different page that it is redirecting to? For example, <script type="text/javascript"> var o; if ( (o = top) && (o = o.frames)
1
by: Vidyadhar Joshi | last post by:
I have the following scenario in a true load balanced environment (without sticky sessions): There are 2 ASPX pages. I want to pass an object from the first page to the second page. On the...
1
by: rubikzube* | last post by:
I am attempting to place a call to make via System.Diagnostics.Process using the sample code below. If I comment out the two problem lines indicated, then the code runs smoothly and make performs...
4
by: Sandeep Singh | last post by:
I m building an application in which I redirect the user to a particular page. In the Page Load event of the that page , I assign a variable some value. Then I call the Button click event on that...
8
by: Morpheus | last post by:
I am trying to test a function that outputs text to the standard output, presumably using a cout call. I do not have access to the source, but need to test the output. Is this possible? I can...
41
by: amygdala | last post by:
Hello all, I have posted a similar question in comp.lang.php in the past, but haven't had any response to it then. I kinda swept the problem under the rug since then. But I would really like to...
7
by: vjayis | last post by:
Hi I have created a loginpage in which the user enters their username and password., the page gets loaded and validates the input and then it is redirectesd to the seeeion page using html...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.