Ask a Question related to ASP Components, Design and Development.
-
GTS #1
winhttp passing values
Hello,
I have the following structure,
Form page My Server 2nd server
html ---------->My.asp------->2server.asp
User can submit the form in html to myasp. In my.asp I am using winhttp to
send the form values and some additional values to the other server's asp
page without showing the user where the actual process is happenning.
I have used the samples, but I am not getting the values in the 2nd server.
How to get the values?
Note: I dont want to expose the 2nd server in Myserver.
MyServer can be from anywhere (ie. the myserver may not known by 2nd server)
Any suggestions?
Thanks
GTS
GTS Guest
-
Passing List Values
Hi, I have a long list of email addresses and I need to pass it to the next page. Say: <cfform ... action="Page1.cfm?mList=#mListVal#> When I... -
Passing JavaScript values
I've created a JavaScript that totals a column of numbers input by a site visitor. Is there a way to bring that information with me when I jump to a... -
WinHTTP Passing values asp to asp
Hello, I have the following structure, Form page My Server 2nd server html ---------->My.asp------->2server.asp User can... -
passing through values
Hello i wanna pass through the value model like this <form method="get" action="meeet.htm"> <div align="center">Nummer: <input type="input"... -
Passing values from one page to another
Hello all, -------------------------------------------- //Page0.php <a href="page1.php?empid=1">Enter</a>... -
Ray Costanzo [MVP] #2
Re: winhttp passing values
See your other thread.
Ray at work
"GTS" <gtskaran@hotmail.com> wrote in message
news:egDGZa1jEHA.3852@tk2msftngp13.phx.gbl...> Hello,
>
> I have the following structure,
>
> Form page My Server 2nd server
> html ---------->My.asp------->2server.asp
>
> User can submit the form in html to myasp. In my.asp I am using winhttp to
> send the form values and some additional values to the other server's asp
> page without showing the user where the actual process is happenning.
>
> I have used the samples, but I am not getting the values in the 2nd
> server.
>
> How to get the values?
>
> Note: I dont want to expose the 2nd server in Myserver.
> MyServer can be from anywhere (ie. the myserver may not known by 2nd
> server)
>
> Any suggestions?
>
> Thanks
>
> GTS
>
>
>
Ray Costanzo [MVP] Guest



Reply With Quote

