|
-
Jun 1st, 2000, 06:38 AM
#1
Thread Starter
New Member
I have a form that submits data to a cgi program using the post method. I have written a asp program which calls the same cgi and hands it the data. The only problem is that when the cgi program sends the html to the user, the data I supplied is appended to the URL. I do not want the user to see this infomation.
response.redirect("http://pcw0082/scripts/cgiclnt.exe/extrapathinfo/?name1=value1&name2=value2")
Can anyone tell me how to stop the name/value pairs appearing on the address line ?.
thanks.
-
Jun 1st, 2000, 01:43 PM
#2
Strange. You did say you are using the POST method, yet data is in the Query_String (try to make sure this is empty). I am not familiar with ASP, but somewhere, the GET method seems to be reading your data. I hope you don't see this as restating your problem, but try to make sure that you are not using GET.
Also, POST reads from standard input and writes to standard output. Check that.
-
Jun 5th, 2000, 04:54 PM
#3
Thread Starter
New Member
Thanks. Company I work for have changed thier mind and told me to drop it. (always the way)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|