Hi,
I plan to prototypet CGI with KSH. I need help on how to implement it.!
I plan to test with a very small experiment. A HTML form take LAST_NAME and FIRST_NAME. How the flow of the script s...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10009641.html
Zones:
CGIDate Answered: 05/02/1997 Rating: 6.4 Views: 0
Is it possible to give access to a username/password protected server without asking all users a password?
Here's the scheme:
clientA ---}
clientB ---}-open--> serverA ---protected----> serverB
...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10015540.html
Zones:
CGIDate Answered: 07/03/1997 Rating: 7.4 Views: 0
If i make a button on a web page.
Which tag (or CGI or JAVA) must i include to launch a .EXE program on the computer (client) ?
For use in an Intranet or Internet solution.
Windows95 NT Netscpae I...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_10030263.ht...
Zones:
HTMLDate Answered: 12/26/1997 Rating: 5.8 Views: 0
My perl cgi script runs fine in standalone mode from a NT cmd prompt. This script opens a file in its parent directory using open('..\afile') or die ...
When I run it as a cgi program under Netscap...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10033651.html
Zones:
CGI,
SSIDate Answered: 12/23/1997 Rating: 7.2 Views: 0
Dear experts...
I'm in messy about file upload...
In Netscape HTML <type="file"> can works good..
but my server side CGI(wriiten by C) is not recognize
it's size and boundary and so on...
So ...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10035933.html
Zones:
CGI,
SSIDate Answered: 01/19/1998 Rating: 5.8 Views: 0
I need a cgi program to be written in C and run on AIX.
It will take in variables from a form thru' POST method.
The CGI program will simply read inputs from the form and ouput the values to an out...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10039566.html
Zones:
CGI,
SSIDate Answered: 02/18/1998 Rating: 7.4 Views: 0
Hi,
I'm trying to run a java program as a cgi script in my cgi-bin directory.
I can get other scripts such as perl, shell to run OK but it will not recognize
java prorgram as cgi. I have my own t...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10046295.html
Zones:
CGIDate Answered: 04/17/1998 Rating: 7.6 Views: 0
I have written CGI script in PERL,
Error shown : "String Termination after the line content type"
Q : How to execute it?
print "Content-type: /text/html\n\n";
print<<EOF;
<HTML>
<BODY>
<H1>...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10111609.html
Zones:
CGIDate Answered: 05/05/1999 Rating: 6.6 Views: 0
our customers, after payinging, end up at a page with the code below, then they click on the submit button on the page:
-----------------------------
<html>
<body bgcolor="#FFFFFF">
<center>
<t...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10116833.html
Zones:
CGIDate Answered: 01/13/1999 Rating: 8.2 Views: 0
I would like to use a Perlscript to change a userpassword in the passwordfile. It is no problem to do that as root but the user wwwrun (Apache) has of course no access to that file. Needed is a CGI...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10120257.html
Zones:
PerlDate Answered: 02/10/1999 Rating: 7.6 Views: 0