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...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10008431.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20456976.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20750973.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21486432.html
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...
http://www.experts-exchange.com/Security/Misc/Q_21520372.html
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
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21544978.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21840282.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21953258.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10004314.html
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?
http://www.experts-exchange.com/Programming/Languages/Java/Q_11907059.html
Zones:
JavaDate Answered: 11/24/2000 Rating: 6.8 Views: 0