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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PerlTrumpsPhp

    Very quick form field redirect question

    I tried that as well and it's not redirecting :(
  2. PerlTrumpsPhp

    Very quick form field redirect question

    I did try it before posting and it does not redirect without a GO button. I haven't used a GO button yet but it's odd that I'd have to use one if it changes the location onChange.
  3. PerlTrumpsPhp

    Very quick form field redirect question

    Should this work without a GO button or do I need to put one in?
  4. PerlTrumpsPhp

    Very quick form field redirect question

    Just a quick question. I'm a Perl user, not so much JavaScript so bare with me. I have a pulldown menu with X number of options. The value of the options are NOT urls but references that my script can decode. My question is this.. Say the form name is "templates" and the pulldown is named...
  5. PerlTrumpsPhp

    How to execute a 2nd CGI script from my perl script

    I did and sadly the same results.
  6. PerlTrumpsPhp

    How to execute a 2nd CGI script from my perl script

    Travs, I tried adding the & to the end of my exec() but it has the same results. Thanks.
  7. PerlTrumpsPhp

    How to execute a 2nd CGI script from my perl script

    Kevin, This is what my current script is. It is not ending after I execute the script, it waits and makes the browser load indefinitely until the 2nd script is done. #!/usr/bin/perl use warnings; use strict; use CGI qw/:standard/; use CGI::Carp qw(fatalsToBrowser); ################### #...
  8. PerlTrumpsPhp

    How to execute a 2nd CGI script from my perl script

    That's the easy question- how can I get my CGI script to launch another CGI script? The tough part is- it CANNOT wait until the 2nd script gets done loading. I need a way to execute my long-loading-often-browser-time-outting script on the serverside without the user having to wait for their...

Part and Inventory Search

Back
Top