Advertisement

1 - 10 of 879 containing alltags:("cgi") (0 seconds)
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...
Zones: CGIDate Answered: 05/02/1997 Grade: C 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 ...
Zones: CGIDate Answered: 07/03/1997 Grade: B 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...
Zones: HTMLDate Answered: 12/26/1997 Grade: C 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...
Zones: CGI, SSIDate Answered: 12/23/1997 Grade: B 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 ...
Zones: CGI, SSIDate Answered: 01/19/1998 Grade: D 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...
Zones: CGI, SSIDate Answered: 02/18/1998 Grade: B 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...
Zones: CGIDate Answered: 04/17/1998 Grade: A 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>...
Zones: CGIDate Answered: 05/05/1999 Grade: C 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...
Zones: CGIDate Answered: 01/13/1999 Grade: A 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...
Zones: PerlDate Answered: 02/10/1999 Grade: B Views: 0