Enter Keywords:
1 - 10 of 75(0.013 seconds)
Sort By:
 
Hello everybody I´m having trouble in "receiving" a form transmitted via POST method. My program goes something like this: #include "iostream.h" #include "stdlib.h" #include "stdio.h" #include "c...
Zones: CGIDate Answered: 04/21/1997 Rating: 6.6 Views: 0
hello all, how could i use response.redirect as e post method to hide the variables . i used <% response.redirect("page.asp?name="&name&"&passwd="&password) %> that i want to use request.for...
Zones: ASPDate Answered: 04/03/2003 Rating: 8.2 Views: 0
Hi! I need to send the content of a <FORM> using the HTTP POST method. Basically, the browser has guess the values for a given form. But using url?var1=val1 and so does not work, (probably beca...
Zones: Delphi ProgrammingDate Answered: 08/02/2004 Rating: 8.6 Views: 0
The Form below is setup to use checkboxes for submit actions, the problem is, that even doe the form Method="POST", it still doesn't read as post. its like no matter if the form reads POST, it stil...
Zones: JavaScriptDate Answered: 07/10/2005 Rating: 8.2 Views: 0
i heard that we can do the post back thing from a web site... in one of the entertainment site...  where people do voting thing..~ once they vote..  a small amount of vote is being added to the a...
Zones: SecurityDate Answered: 02/18/2006 Rating: 8.6 Views: 0
Hello, I have an html form, form1, from which I am subitting my cgi data to a c++ executable, exec1. However, when i submit the data I get the above error. Any ideas on how to fix this? RS  
Zones: Apache Web ServerDate Answered: 01/15/2006 Rating: 8.0 Views: 0
Hello Everyone, I want submit form with specific data in the field using C# windows Application or ASP.net whichever makes my life easy. Here is what I did so far but everytime it says Error 10004...
Zones: ASP.Net ProgrammingDate Answered: 06/06/2006 Rating: 9.4 Views: 0
Hi All, I have a JSP in which I have a form. The form submits its data to another JSP. I am having some problem when i use POST method in the form. Its working fine for GET Method. For POST meth...
Zones: JavaDate Answered: 10/09/2006 Rating: 6.4 Views: 10
   I have made a page:  http://www.east.cn.net/~hyjin/chpass.html  and also design a CGI program with C.  I compiled the C program to executable file.  And the URL is http://www.east.cn.net/~hyjin...
Zones: CGIDate Answered: 03/05/1997 Rating: 7.6 Views: 0
I want to read values from a browser and put them into String variables in the server end using the POST method. how do i implement this in the server end, without using servlets?
Zones: JavaDate Answered: 11/24/2000 Rating: 6.8 Views: 0