473,396 Members | 1,766 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,396 software developers and data experts.

How to Send Request to IIS Server after the Page Displayed

Hi All,

Is that possible that I can send request to IIS Server after a .ASP page is
displayed?

My Requirement is:

Clinet will Fill the Details in one Request Form after the details are
filled then the Request Files will be shown to the user as Link in Another
page. (Currently before Sending the Link Page to Customer I am updating DB
in Different Servers Located Different Palces - So It takes Time).

So What is My Requrement is After the user gives his details - I will
directly display the Link Page and After the Link Page is Sent to Browser
then I will Execute / Update the DB.

How Can I Do that?
Please Help

Thanks
Prabhat
Jul 22 '05 #1
5 1754
Several techniques here -- they deal with setting a session variable, but
you could definitely use the same logic to write to a file or to a database
or send an e-mail, basically anything you normally do in ASP excluding
writing out HTML to the browser.

http://www.aspfaq.com/2281

"Prabhat Nath" <no********@hotmail.com> wrote in message
news:uN**************@TK2MSFTNGP10.phx.gbl...
Hi All,

Is that possible that I can send request to IIS Server after a .ASP page
is
displayed?

My Requirement is:

Clinet will Fill the Details in one Request Form after the details are
filled then the Request Files will be shown to the user as Link in Another
page. (Currently before Sending the Link Page to Customer I am updating DB
in Different Servers Located Different Palces - So It takes Time).

So What is My Requrement is After the user gives his details - I will
directly display the Link Page and After the Link Page is Sent to Browser
then I will Execute / Update the DB.

How Can I Do that?
Please Help

Thanks
Prabhat

Jul 22 '05 #2
You could do all of this client-side using XMLHTTP and Javascript, aka
"Ajax". As your client fills in a form, the links could be "magically"
updated on the same page without a refresh or entirely new page. I suppose
(with Ajax) you could also update the DB whenever you choose to with
server-side scripting.

"Prabhat Nath" <no********@hotmail.com> wrote in message
news:uN**************@TK2MSFTNGP10.phx.gbl...
Hi All,

Is that possible that I can send request to IIS Server after a .ASP page is displayed?

My Requirement is:

Clinet will Fill the Details in one Request Form after the details are
filled then the Request Files will be shown to the user as Link in Another
page. (Currently before Sending the Link Page to Customer I am updating DB
in Different Servers Located Different Palces - So It takes Time).

So What is My Requrement is After the user gives his details - I will
directly display the Link Page and After the Link Page is Sent to Browser
then I will Execute / Update the DB.

How Can I Do that?
Please Help

Thanks
Prabhat

Jul 22 '05 #3
Hi Don, Can you post some samples please? Thanks. Prabhat

"Don Miller" <no****@nospam.com> wrote in message
news:O9*************@TK2MSFTNGP14.phx.gbl...
You could do all of this client-side using XMLHTTP and Javascript, aka
"Ajax". As your client fills in a form, the links could be "magically"
updated on the same page without a refresh or entirely new page. I suppose
(with Ajax) you could also update the DB whenever you choose to with
server-side scripting.

Jul 23 '05 #4
Google "ajax javascript xmlhttp". It's everywhere! For example,

http://www.adaptivepath.com/publicat...ves/000385.php
"Prabhat Nath" <no********@hotmail.com> wrote in message
news:e$**************@TK2MSFTNGP14.phx.gbl...
Hi Don, Can you post some samples please? Thanks. Prabhat

"Don Miller" <no****@nospam.com> wrote in message
news:O9*************@TK2MSFTNGP14.phx.gbl...
You could do all of this client-side using XMLHTTP and Javascript, aka
"Ajax". As your client fills in a form, the links could be "magically"
updated on the same page without a refresh or entirely new page. I suppose (with Ajax) you could also update the DB whenever you choose to with
server-side scripting.


Jul 23 '05 #5
"Prabhat Nath" wrote in message
news:uN**************@TK2MSFTNGP10.phx.gbl...
Is that possible that I can send request to IIS Server after a .ASP page is
: displayed?
:
: My Requirement is:
:
: Clinet will Fill the Details in one Request Form after the details are
: filled then the Request Files will be shown to the user as Link in Another
: page. (Currently before Sending the Link Page to Customer I am updating DB
: in Different Servers Located Different Palces - So It takes Time).
:
: So What is My Requrement is After the user gives his details - I will
: directly display the Link Page and After the Link Page is Sent to Browser
: then I will Execute / Update the DB.
:
: How Can I Do that?
: Please Help

http://www.eggheadcafe.com/articles/20050528.asp

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 23 '05 #6

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

Similar topics

14
by: edykstra | last post by:
Hello, If you point your browser to this page, http://prdownloads.sourceforge.net/vnc-tight/tightvnc-1.2.9_x86_viewer.zip?use_mirror=umn the server sends you the HTML page, and very soon...
3
by: Erik T. Nomad | last post by:
I've created a link that will enable the reader of any page on my website to click it, enter an e-mail address, and have it arrive in that inbox with a hyperlink to the site. However, I'm...
4
by: Mark J. McGinty | last post by:
Greets, Part of the content of one of our web pages uses wingdings and Chr(239) through Chr(242) (which are little arrow outlines, though that's not really important.) It worked just fine in...
6
by: DigitalRick | last post by:
I have been running CDONTS in my ASPpages to send emails to me sent from my guestbook. It had been working fine untill I upgraded to Server 2003 (I am also running Exchange 2003) all locally. I...
5
by: zorhel | last post by:
Hi. My clients will be IE, Mozilla and Opera in a Windows and *nix OS. So, my web app need to, from a server, send messages to a specific client (browser), send messages for all clients,...
9
by: eswanson | last post by:
I have a web page I need to post a file plus some other fields to it. How can I do this from a asp.net page. I know I can send individual fields to the other page, but how do I send a file to the...
0
by: afaichun | last post by:
Hi folks, I encounter an problem when my asp page send an email with html body. I successfully receive the mail and most of the contents are correctly displayed except some html tag is broken and...
9
by: Mahernoz | last post by:
Can i send an email from JavaScript? Is it possible? If yes please the code to send email using javascript...
10
by: Big Moxy | last post by:
I want to redirect the user back to the home page after submitting their form inquiry and display a message on the home page. I tried this in my send mail (apply.php) file - $_SESSION == "Thank...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.