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

posting form variables from site A to site B

I have to pass form data from my site to another organizations site
using POST method... how exactly do I do that? Im familiar with how
to do it within a single site/domain, and cant use querystring... I
dont know where to begin.

Jun 19 '06 #1
4 1258
tamaker wrote:
I have to pass form data from my site to another organizations site
using POST method... how exactly do I do that? Im familiar with how
to do it within a single site/domain, and cant use querystring... I
dont know where to begin.


Begin here:
http://www.aspfaq.com/show.asp?id=2173
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jun 20 '06 #2
The only solution here is going to be XML based? I've been given
specific variable names to 'post' to their site... is that still (xml)
the only way here?

Thanks for the reply/feedback.

Bob Barrows [MVP] wrote:
tamaker wrote:
I have to pass form data from my site to another organizations site
using POST method... how exactly do I do that? Im familiar with how
to do it within a single site/domain, and cant use querystring... I
dont know where to begin.


Begin here:
http://www.aspfaq.com/show.asp?id=2173
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


Jun 20 '06 #3
the xml parser then most likely which can do a form post for the most part
and send along variables
"tamaker" <ta*****@gmail.com> wrote in message
news:11**********************@r2g2000cwb.googlegro ups.com...
The only solution here is going to be XML based? I've been given
specific variable names to 'post' to their site... is that still (xml)
the only way here?

Thanks for the reply/feedback.

Bob Barrows [MVP] wrote:
tamaker wrote:
> I have to pass form data from my site to another organizations site
> using POST method... how exactly do I do that? Im familiar with how
> to do it within a single site/domain, and cant use querystring... I
> dont know where to begin.


Begin here:
http://www.aspfaq.com/show.asp?id=2173
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Jun 20 '06 #4

"tamaker" <ta*****@gmail.com> wrote in message
news:11**********************@r2g2000cwb.googlegro ups.com...
The only solution here is going to be XML based? I've been given
specific variable names to 'post' to their site... is that still (xml)
the only way here?

Thanks for the reply/feedback.

The article shows you how to use the ServerXMLHTTP component to a emulate a
Form POST. The use of the ServerXMLHTTP component is a conveniant way to
access the WinHTTP stack, XML itself need not be involved.


Bob Barrows [MVP] wrote:
tamaker wrote:
I have to pass form data from my site to another organizations site
using POST method... how exactly do I do that? Im familiar with how
to do it within a single site/domain, and cant use querystring... I
dont know where to begin.


Begin here:
http://www.aspfaq.com/show.asp?id=2173
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Jun 20 '06 #5

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

Similar topics

10
by: Jim Evans | last post by:
Hi All I'm building a shopping cart that ties in with PayPal for payments. After working out the postage charge, I want the user to be able to confirm if they'll sign up to a newsletter or not,...
1
by: Display Name | last post by:
the customer I'm developing a site for uses a canned form-parsing page that allows her to have an email subscription opt-in page add emails to a list she can manage using a link that you point your...
10
by: DaveFash | last post by:
Posting variables from an HTML FORM, via the Request.Form function on the receiving ASP page is great. But how can you POST a Form variable to an ASP page -- without a human pushing a Submit...
8
by: windandwaves | last post by:
With a form, I have two buttons. One of them says: - pay here The other says - pay somewhere else Now, can I change the location to which the variables from the Form are posted, depending...
27
by: Chris | last post by:
Hi, I have a form for uploading documents and inserting the data into a mysql db. I would like to validate the form. I have tried a couple of Javascript form validation functions, but it...
5
by: Charlie King | last post by:
I'm trying to send data to a remote script (a credit card processing third party) from my site using POST. Currently, I'm doing it using the ususal form dynamically built with my values. This...
2
by: justplain.kzn | last post by:
Hi, I have a table with dynamic html that contains drop down select lists and readonly text boxes. Dynamic calculations are done on change of a value in one of the drop down select lists. For...
7
by: atorres | last post by:
I've created a mod for processing information posted by a return function from an online payment site. After It processes the information It must post some variables to another mod. I'm just starting...
2
by: deshg | last post by:
Hey everyone, I am a php programmer originally and am just helping a friend of mine update their website that they paid a designer (well that's what he called himself!) to do ages ago. I have...
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
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: 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...
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...

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.