473,287 Members | 1,650 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,287 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 1746
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...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

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.