|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Redirect and add query string
Hi I'm trying to find an example of a server side script that will redirect a user to a defined url and append a querystring of data captured by a web form.
Little help ! ![]() |
|
#2
|
||||
|
||||
|
Quote:
What programming language are you using? For example, in ASP, you could use Give me a little more info on what you're trying to do.
__________________
jmurrayhead Did I help you out? Make me popular by clicking the icon!New Members:Proper way to post a question Powered by ASP.Net |
|
#3
|
|||
|
|||
|
Hi,
Thanks for the reply. I'm trying to use asp. I have a html page containing a form. When the user hit's submit I'd like to redirect them to an external webpage url and append a querystring of data from the web form. I have it fine working client side simply using POST and: response.write(request.querystring("field")) to add the querystring. Any help would be appreciated. |
|
#4
|
||||
|
||||
|
Quote:
Okay, if I understand correctly, you're trying to send form data to another web site. I believe something like this should work for you: Suppose you have a form field named "Name" on form.asp and that data is being posted to form2.asp: |
|
#5
|
|||
|
|||
|
Superstar!
Ta very much ![]() |
|
#6
|
||||
|
||||
|
Quote:
You are very welcome ![]() |
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > Redirect and add query string |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|