Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vrajasek

  1. vrajasek

    Open a commandline gui from CGI using system

    yeah thats what happens in R&D. Initial design always sucks. Thanks, Vijay
  2. vrajasek

    Setting The Value Of A Select Box

    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...
  3. vrajasek

    Open a commandline gui from CGI using system

    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...
  4. vrajasek

    Open a commandline gui from CGI using system

    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...
  5. vrajasek

    Reloading Apache Problem

    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...
  6. vrajasek

    System Command problem in CGI

    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...
  7. vrajasek

    Reloading Apache Problem

    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...

Part and Inventory Search

Back
Top