473,480 Members | 1,982 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to send and process data?

GTS
Hello,

How to send data through winhttpd and process the data in the target page?

Any suggestions?

GTS
Jul 19 '05 #1
6 1322
also see 714.637.9480 x17

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"GTS" <gt******@hotmail.com> wrote in message
news:ex**************@TK2MSFTNGP11.phx.gbl...
Hello,

How to send data through winhttpd and process the data in the target page?

Any suggestions?

GTS

Jul 19 '05 #3
> also see 714.637.9480 x17

Heh heh... I think someone's Office clipboard got a little overzealous,
should I call collect? ;-)
Jul 19 '05 #4
http://www.aspfaq.com/2173

--
http://www.aspfaq.com/
(Reverse address to reply.)


"GTS" <gt******@hotmail.com> wrote in message
news:ex**************@TK2MSFTNGP11.phx.gbl...
Hello,

How to send data through winhttpd and process the data in the target page?

Any suggestions?

GTS

Jul 19 '05 #5
GTS
Hello,

I got it resolved by using the following,
In client Side,
httpReq.Open "POST","target.asp?data=xyz", false
In the target machine,
Request.QueryString("data")

It seems eventhough the post method is used, the QueryString has to be used
to get the values.

It works well.

Thanks

GTS

"GTS" <gt******@hotmail.com> wrote in message
news:ex**************@TK2MSFTNGP11.phx.gbl...
Hello,

How to send data through winhttpd and process the data in the target page?

Any suggestions?

GTS

Jul 19 '05 #6
> httpReq.Open "POST","target.asp?data=xyz", false

You may as well use GET here, since you're only passing data on the
querystring.
It seems eventhough the post method is used, the QueryString has to be used to get the values.


Not if you look at the POST example at http://www.aspfaq.com/2173

--
http://www.aspfaq.com/
(Reverse address to reply.)
Jul 19 '05 #7

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

Similar topics

3
7182
by: Kurda Yon | last post by:
Sorry for a very stupid question. Can you tell me what does the following html source does if I press button "Send"? If I read this code by Netscaspe from my local file system and then press...
4
9409
by: jas | last post by:
I have a basic client/server socket situation setup....where the server accepts a connection and then waits for commands. On the client side, I create a socket, connect to the server...then I...
0
859
by: edsuslen | last post by:
I am using multi threading per customer ( currently 2 only ) to send http request for data pooling / pushing. It looks like if one thread is in process of pooling data, the other thread is waiting...
3
4260
by: BuddyWork | last post by:
Hello, Could someone please explain why the Socket.Send is slow to send to the same process it sending from. Eg. Process1 calls Socket.Send which sends to the same IP address and port, the...
0
3136
by: Buddy Home | last post by:
There is two examples of code. Example 1. Send and Receive within the same process. Put this code in a console app called SendAndReceive and run the code. using System; using...
6
4672
by: ShieldsJared | last post by:
Hello all, I've been working on an application for a while now and have now come to a standstill. I have an application that I intend to have stored on a file server (developed in C#), which...
2
5482
by: Mesan | last post by:
Hello everyone, Thanks to many useful posts in this newsgroup and others, I've been able to come very close to something I've been wanting to do for a very long time. I've figured out how to...
3
4070
by: Valli | last post by:
Hi, I want to send ascii data over the tcp socket in VB.NET. When the data reaches the destination, the special characters in the messages are recived as '?'. I meant the special characters...
2
4193
by: ajaxcoder | last post by:
Hi In my project i had a login form and i am trying to send the username and password to the server for authentication using xmlHttpRequest. Hence i am using POST request but i am unable to send...
5
9707
by: Markgoldin | last post by:
I am searching for a solution of sending messages from not .Net process into a .Net process written in C#. I have gone already thru sockets solution and have porblems with it. I am not a C# coder...
0
7054
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6918
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7057
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
7102
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...
1
6756
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
7003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5357
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,...
0
3008
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
199
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.