First thing you need to do is send the present form values to the loading page.
Second thing is get the value of the selected option into a variable like $val=param('fruit');
then use condition for each of the options of selection of fruit whether to display it as a checked one or an unchecked...
But the problem is that for that java applet program, we have a command line execution and that is in Shell script. And hence I have to depend on the execution of the shell script for running that java application. So I need to use the system command for running it from CGI. If we depend on that...
Hi Guys,
I have been trying on system command in CGI and thought that it doesnot work in it. But found that system works perfectly well in CGI.
I have written a command line program which starts a Java gui when executed at the command line in Linux. It works perfectly well. But now I have a...
Hi Paul,
Thanks for the concern. I could easily compile my perl program using -c option hence it would remove the possibilities of syntax error and path of perl possibilities.
Coming to the Apache configuration, I can run all the other programs which I have written for the last one year and...
Hi Folks.
I have a strange yet deep concept related problem. I have Apache installed on my local machine. I could run all the cgi scripts except for one. This CGI script of mine is working properly except for one thing. The system command in it which calls another perl program of mine is being...
Hi Sean,
I saw your solution. But I still have one more question. Like how did you run the "system" command from the CGI page. I couldnot do that. Let me give you my details.
I have loaded the Apache Web Server and started the http server. I could see my localhost running perfecly. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.